Arwen-Undomiel.com
http://www.arwen-undomiel.com/forum/

Help With Stylesheet Needed
http://www.arwen-undomiel.com/forum/viewtopic.php?f=27&t=11970
Page 1 of 1

Author:  FRODOFAN [ October 26th, 2006, 4:20 pm ]
Post subject:  Help With Stylesheet Needed

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. :closedeyes:

I've worked on it a lot, but can't seem to figure out what the problem is. :duh:

Anyone one know?

Thank you.

Author:  Gilraen Ringeril [ October 26th, 2006, 10:30 pm ]
Post subject: 

Is your text in a table? Because if it is, you'll need to define that table text needs to be white ;) Otherwise I don't know what it could be :blink: But the text looks puprple to me now...:confused2:

Author:  FRODOFAN [ October 27th, 2006, 12:04 am ]
Post subject: 

Oh yeah, it's purple on that one page... but not the rest. I can change that though. Table text hm... yeah, I think it is in a table. Thanks. I'll look into that. :)

Author:  The Grey Pilgrim [ October 27th, 2006, 1:31 am ]
Post subject: 

For your links you have
Code:
<a href="STUFF"><font color="black" size="1" face="Verdana">STUFF</font><a>

which will force them to be black. You shouldn't need the font tags if you're using CSS.


Also note that
Code:
h1 {font-family: verdana; color: value; #FFFFFF; }

should be
Code:
h1 {font-family: verdana; color: #FFFFFF; }

Author:  FRODOFAN [ October 27th, 2006, 12:47 pm ]
Post subject: 

Thank you.

Page 1 of 1 All times are UTC - 5 hours [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/