Thread: Font size with in Text box
Results 1 to 2 of 2
Related
-
Font Size/Font Face Forum: CSS Forum
Replies: 4 -
Font Size/Font Face Forum: HTML Forum
Replies: 2 -
font size Forum: HTML Forum
Replies: 2 -
font size in a table Forum: HTML Forum
Replies: 1
-
02-12-2008, 01:41 AM #1
Font size with in Text box
Hi experts,
I need to change the size of text with in Input text Field.
<input type="text" size="20" name="test"> this allows us to fix the no of character of text field. I have to change the font size and font color.
-
02-14-2008, 05:40 AM #2
Re: Font size with in Text box
Hi mestoganish,
I'm not an expert, but i'm fluent with CSS
You could adjust the font-size through the font-size property of CSS.
I've edited your input box and see if it helps
<input type="text" size="20" name="test" style="font-size:20pt;"> this allows us to fix the no of character of text field. I have to change the font size and font color