Changing the size of text in a textbox?

Kinda new to HTML. There is probably a simple answer to this, but I can't find it.<br />
<br />
What I wan to do is change to size of the text in the textbox. Here is my code:<br />
<br />
<INPUT TYPE=TEXT NAME=lvDate25 SIZE=8 VALUE='2003/4/21'><br />
<br />
I have tried to put a STYLE='font : 8pt' and tried to put <SMALL> </SMALL> around the statement, but neither worked.<br />
<br />
Thanks in advance for any replies to this post.<br />
<br />
Will192<!--content-->Change STYLE='font : 8pt' to style="font-size: 12px;"<br />
<br />
NOTE: Even though you can, you shouldn't use pt values. Better of using px or %.<!--content-->I use this code and it works great just change the number is the size and it will bring it down to that size<br />
<br />
<p align="center"><font face="Verdana" <font size="1"><b><font color="#D8E2F3" size="1"><!--content-->
 
Back
Top