header
hi....i wanted to add header in the website,so....i add
<div id=header></div> in masterpage and i add
.header{background-color:Blue} in stylsSheet.css but the background color doesn't appear....why....?
unless i add it in the div like this<div id=header style="background-color:Blue" ></div> in masterpage it appears when i run the program......how to connect to the css page
|