PDA

View Full Version : How to format dropdown fields with e.g. smallfont?


Birdie501
05-23-2002, 08:58 AM
Hi,

how can i format a dropdown field with e.g. smallfont tag?
I put the tag in front and behind but it is always a larger font size!

Thanks!
:laugh:

Admin
05-23-2002, 12:57 PM
Edit your headinclude template:
SELECT {
FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
FONT-SIZE: 11px;
COLOR: #000000;
BACKGROUND-COLOR: #CFCFCF
}

Birdie501
05-23-2002, 03:59 PM
Thanks Firefly! that was the place i haven't considered! :-)