| Posted by Kim Andrι Akerψ on 03/12/07 18:41 
Desmond wrote:
 > Is it possible to change the font in an input type=text and a textarea
 >
 > Desmond.
 
 If you're using styles, then yes.
 
 In your stylesheet (or inside a <style> block in the HTML header):
 ..mytextinput { font-family: Arial, Helvetica, sans-serif; }
 
 And as for the elements themselves:
 <input type="text" class="mytextinput" ...>
 <textarea class="mytextinput" ...></textarea>
 
 --
 Kim AndrΓ© AkerΓΈ
 - kimandre@NOSPAMbetadome.com
 (remove NOSPAM to contact me directly)
 [Back to original message] |