PDA

View Full Version : font in form fields


nonna
03-28-2003, 03:30 AM
Not sure if this is a strict java question ... but I'm having trouble telling my form field that I want the text within to be Verdana. Not that horrible Ms Sans Serif.
This is the string for my form:
<input id="change" size="20" style="float: center">

where abouts do I whack in the bit about wanting a different font size? Is it possible?

:confused:

beetle
03-28-2003, 03:35 AM
<input ... style="font: small Verdana, sans-serif" ... />

nonna
03-28-2003, 04:10 AM
Ty muchly ^.^