Dynamic TextArea Color Wizard
Go to www.cgiscript.net for more free tools!

Description:
Use this wizard to create dynamic textarea colors schemes. Use this code to set the onLoad (startup), onMouseOver and onMouseOut colors for your textarea fields. Adjust the color schemes for the text, the background color and the scrollbar.
Directions:
Set the colors for each of the 3 events and for each of the 3 elements then click Create Code. Then follow Steps 1 and 2 below to get the code into your page. Use the 'Grab Text' buttons to select the code within the adjacent textarea. Then use Control-C or Edit -> Copy to buffer the text for pasting into your document.

View the Ace Color Chart for help selecting your colors.

Element
Colors

Events

onLoad

onMouseOver

onMouseOut
Text:
Background:
Scrollbar:
Step 1: Place this code between the <HEAD> and </HEAD> tag of your HTML document.
Then use Control-C to copy the text into your web page.
Step 2: Place this code inside the TEXTAREA tag you want to colorize (as many as you want).

Example: <textarea name="textarea1" rows="3" cols="50" class="onLoad" onMouseOver="this.className='mouseOver'" onMouseOut="this.className='mouseOut'"></textarea>

Then use Control-C to copy the text into your web page.