View Full Version : I need help with white font


kitty_boy_yee
09-12-2004, 04:36 AM
:help:I have a userlookup with a white background. I need help turning the font 'invisible'. Thank you for helping (if you do help)

SSPrincess
09-17-2004, 08:36 PM
If the background is white, then just make the text white as well. Try this code:
</i><style type="text/css">
body {color: #FFFFFF;
}
</style>

I hope this helps. Have a nice day! :)