Click to See Complete Forum and Search --> : Textbox Sizing


Jick
07-11-2003, 01:04 AM
I have this textbox that I made shorter than normal. I changed the height and then it made my text wig out. I can only see half the text when I type. I tried a smaller font for the textarea but it dosn't seem to work. Is there a css or javascript that will automaticly resize the text in the textbox so it fits? Thanks in advanced. ;)

pyro
07-11-2003, 07:00 AM
You can set up the font size with CSS:

<textarea style="font-size: 10px; font-family: verdana, arial, sans-serif;"></textarea>