|
||
CATEGORIES Home Getting Started HTML Cheat Sheet Webmaster Tools HTML Help Forum Color Codes Link to us |
||||
How to do it To add a background image to your text area, you first start off with your ordinary text area code like this: Now, you need to add some style tags, like this: Next just edit all the stuff in GREEN text. 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="10" cols="50" style="background-image: url('computer.jpg')" style="font-family:comic sans ms" style="color:#FFFFFF" style="border style:solid" wrap="virtual">Put your text here</textarea></FORM> <FORM><textarea rows="10" cols="50" style="background-image: url('sky.jpg')" style="font-family:comic sans ms" style="color:#FFFFFF" style="border style:solid" wrap="virtual">Put your text here</textarea></FORM> Privacy Policy | Trademark Notices | User Agreement © 2001 TheHTMlSource.com, INC. All Rights Reserved. |