Forums
This topic is locked
font size in text fields
Posted 22 Oct 2002 08:16:40
1
has voted
22 Oct 2002 08:16:40 Serge Chabert posted:
Does anyone knows how to setup font size inside the text fields of a form ? Replies
Replied 23 Oct 2002 16:18:09
23 Oct 2002 16:18:09 Some One replied:
You can CSS for this. Try Design Menu Group...
in exm. code
<input name="x" type="text" style="font-family:Verdana; font-size:10px">
OR
Set New Style and apply it to input
<input name="x" type="text" class="xxstyle">
Ferruh Mavituna : Freelance Web Designer & Developer;
in exm. code
<input name="x" type="text" style="font-family:Verdana; font-size:10px">
OR
Set New Style and apply it to input
<input name="x" type="text" class="xxstyle">
Ferruh Mavituna : Freelance Web Designer & Developer;