fonts and text boxes

liunx

Guest
i was just curious how to get a particular font to appear in text boxes and text areas when you type in them. <br />
Thanks<br />
Count_Rugen<!--content--><input type="text" name="text1" style="font:normal 12pt 'whatever font';"><br />
<br />
or TextArea:<br />
<br />
<textarea cols="65" rows="10" name="textArea1" style="font:normal 12pt 'whatever font';"></textarea><br />
<br />
Hope that helps!:)<!--content-->worked a treat! Thanks!<!--content-->I would recomend the use of px or % sizes for the font-size as pt varies greatly from system to system and is actually only apropriate when you want to print the page, not when it's on screen.<!--content-->
 
Back
Top