|
jrrnow -> RE: css - I don' t get it (6/11/2003 6:58:05)
|
I want the whole page background to be white. Because some have thier theme set for their display and I would like the page to look the way I designed it. Can I still use the same line as above or does it need to be something else. I changed it to what you suggested and I guess it worked but now the font and size is being done by the css but the color is not. here is the new css. quote:
body { font-family: Arial; font-size: 9pt; color:#666666; list-style-type:disc; background-color: white;} A:link {color: #660000; text-decoration: none} A:visited {color:#660000; text-decoration:none} A:hover {color: #666666; text-decoration:underline} The weird thing is that in normal view in Fp it works, it doesn' t work when I publish and try to view it on the internet. Although, like I said, the font and size is working. I' m completely lost with the css thing if you haven' t guessed yet. thanks
|
|
|
|