For Neopets ONLY discussion.
Topic locked

-_-; a little font help, please?

Sun Nov 28, 2004 5:08 pm

Uh, I'm wondering how you change the font color of a whole userlookup. I tried to use the code in the HTML section on Neopets, but it didn't do anything. Anyways, I'm trying to make the whole page a Royalblue, so if somebody would explain, that would be great. Also, would that be the same code for a pet lookup?

Sun Nov 28, 2004 7:45 pm

This should cover all the bases.

Code:
<STYLE type=text/css>
body{
color: #3300CC;
font-family: verdana, arial;
font-size:10px;}

table{font: #3300CC 10px verdana;}
tr, td {font: #3300CC 10px verdana;}

p table {font: #3300CC 10px verdana;}


A{
color: #3300CC;
font-family: verdana, arial;
font-size: 10px;
text-decoration:none;}

A:visited{
color: #3300CC;
font-family: verdana, arial;
font-size: 10px;
text-decoration:none;}

A:hover
{color: #3300CC;
font-family: verdana, arial;
font-size: 10px;
text-decoration: none;}
</STYLE>


Just change all the attributes to how you want them. I'm not sure what the number for royal blue is. Try using this chart: http://www.immigration-usa.com/html_colors.html Let me know if you need help.

Sun Nov 28, 2004 8:11 pm

Thank you!

-EDIT- That didn't work either...
Topic locked