top left
The HTML Source Logo


 html
Top Right
    
 Getting StartedHow Do I...TroubleShootingPromotionContact Us
 html
HTML
SEARCH THE SITE
advanced search



CATEGORIES
Home
Getting Started
HTML Cheat Sheet
Webmaster Tools
HTML Help Forum
Color Codes
Link to us









































bottom
HTML HTML HTML HTML
How Do I Change The Font In My Text Area?


How to do it

To change the font in your text area, you first start off with your ordinary text area code like this:

<FORM><textarea rows="5" cols="20">Put your text here</textarea></FORM>

Now to change the font, you need to add some style tags, like this:

<FORM><textarea rows="30" cols="75" style="font-family:your font here" style="color:your font color here">Put your text here</textarea></FORM>

Next just replace your font here with the font you want, and your font color here with the color that you want your font to be.

Note:  You need to use color codes in this script. If you don't know what the color code is for the color that you want to use, CLICK HERE to see an entire list of all the colors and there color codes.

Example

<FORM><textarea rows="5" cols="50" style="font-family:comic sans ms" style="color:#003399">Put your text here</textarea></FORM>








< BACK







Company   |   Careers   |   Partners   |   Advertising   |   Help
Privacy Policy   |   Trademark Notices   |   User Agreement
© 2001 TheHTMlSource.com, INC. All Rights Reserved.



Site hosted by Angelfire.com: Build your free website today!