View Full Version : help, please


anselmiina
10-04-2004, 02:26 PM
Your page has gave me many answers to me, but now I need to ask some help from you. I made a form (i didn't use your pre-made forms, I made my own), and I would like to change the font of the textarea's text. Do you understand what I mean? There are questions like name, email etc. and I was able to change font of those textlines. Do I need a some kind of special code to chance the font in my textarea? Thank you very much Lissa! :froggie2:

MaGiCSuN
10-04-2004, 02:33 PM
for the email, name fields etc use this in your css:

option { font-family: NAMEHERE; }

for textarea use this in your css:

textarea { font-family: NAMEHERE; }

in both change NAMEHERE to the fontname you want to use :)

Love,
Mirna

anselmiina
10-11-2004, 10:48 AM
Thanks a lot! :idea: