purplravioli
08-02-2004, 09:45 PM
i have a semi-dark background and i want to make all of my font white
i put #FFFFFF as the hex code for all of the spots in my codes where it says to put font color but only a few topics are white
can someone help??
westernrider
08-02-2004, 09:48 PM
if you could show the code that would help :)
purplravioli
08-02-2004, 10:13 PM
k
the code i have right now is:
</i><style type="text/css">
body {background: url('http://img.photobucket.com/albums/v118/crazyfordepp/collage.jpg') fixed}i.solookup}
td, p, body, A{COLOR:transparent;FONT-FAMILY:verdana;FONT-SIZE:8pt;}
A:LINK{COLOR:#FFFFFF;FONT-FAMILY:verdana;FONT-SIZE:8pt;}
A:VISITED{COLOR:#FFFFFF;FONT-FAMILY:verdana;FONT-SIZE:8pt;}
A:HOVER{COLOR:#FFFFFF;FONT-FAMILY:verdana;FONT-SIZE:8pt;TEXT-DECORATION:underline overline;}
p table {width:530;border:1px solid #FFFFFF;background:transparent;}b.sotableup {width:530;border:1px solid #FFFFFF;background:transparent;}
i.puos{width:510}
</style><b style="overflow:auto; height: 80px; width=530px;" class="sotableup">
<i class="puos"> </i>
blah...
<i class="puos"> </i>
</b>
but that's just for that background
do i need a new code to change all of the font to white?
westernrider
08-05-2004, 10:58 PM
<html>
<head>
<style type="text/css">
{background-image: url(http://img.photobucket.com/albums/v118/crazyfordepp/collage.jpg); background-position:left;}
* {font-family:Verdana ; font-size: 8pt; color: white; text-decoration:none;}
A {font-family: Verdana; font-size: 8pt; color: white; text-decoration:none;}
A:link { font-family: Verdana; font size: 8pt; font color: white;text-decoration: none; }
A:active { font-family: Verdana; font size: 8pt; font color: white; text-decoration: none; }
A:visited { font-family: Verdana; font size: 8pt; font color: white;text-decoration: none; }
A:hover { font-family: Verdana; font size: 8pt; font color: white; text-decoration: underline-overline; }
p table {width:530;border:1px solid #FFFFFF;background:transparent;}b.sotableup {width:530;border:1px solid #FFFFFF;background:transparent;}
i.puos{width:510}
</style><b style="overflow:auto; height: 80px; width=530px;" class="sotableup">
<i class="puos"> </i>
blah...
<i class="puos"> </i>
</b>
</head>
<body>
YOUR TEXT
</body>
</html>
This might not work how you want it... but, oh well.. I tried :P