View Single Post
  #6  
Old 11-22-2003, 07:23 AM
 
magnumkp magnumkp is offline
 

eXpert
  
Join Date: Apr 2003
Location: England
Posts: 304
 

Default

Change this:
Quote:
BODY,P,DIV,TH,TD,P,INPUT,SELECT,TEXTAREA {
FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
COLOR: #FFFFFF; FONT-SIZE: 10px;
}

To this:
Quote:
INPUT,SELECT,TEXTAREA {
COLOR: #000000;}

And that should do it
Reply With Quote