View Full Version : text box


disneyprincess4
08-22-2003, 02:36 AM
how do you change the font size in a text box?

SSPrincess
08-22-2003, 03:07 AM
You change by:
<font size=#>
Replace the# with whatever size you want the font to be.

I hope this helps.

adrielle
08-22-2003, 03:54 AM
OR
<font style="font-size:#pt">
if you want it a little more exact

lefty
08-22-2003, 04:29 AM
If you mean a text area, they don't allow HTML. Your code would look something like this:

<textarea rows="5" cols="20" style="font-family:verdana; size:9pt;">Text here</textarea>