Forums
This topic is locked
font size in text fields
Posted 22 years ago
1
has voted
22 years ago Serge Chabert posted:
Does anyone knows how to setup font size inside the text fields of a form ? Replies
Replied 22 years ago
22 years ago 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;