Here it is,
Quote:
h1 {font-family: verdana; color: value; #FFFFFF; }
A:link
{ text-decoration: underline; color:#FFFFFF;
}
A:visited
{ text-decoration: underline; color:#FFFFFF;
}
A:active
{ text-decoration: line-through; color:#FFFFFF;
}
A:hover
{ text-decoration: line-through;
}
body
{
background-color: #000000;
background-image : url('http://www.politickles.com/middleearth/Images2/arwen/mebackground-1.jpg');
font-family: verdana;
color:#FFFFFF;
font-size: 10pt;
}
My problem is that the text is supposed to come in white, but it's not. See how it's showing up at my site:
http://www.politickles.com/middleearth
For some reason it's coming in black instead which... as you can see... isnt' good on a black background.
I've worked on it a lot, but can't seem to figure out what the problem is.
Anyone one know?
Thank you.