Step 1:
Place this code between the 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 BODY tag you
want to colorize (as many as you want, textarea1, textarea2 and so on) (Change ROWS and COLS as you want).
Example: <textarea
name="textarea1" rows="3" cols="50" class="onLoad"
onMouseOver="this.className='onMouseOver'" onMouseOut="this.className='onMouseOut'">Write your text here</textarea> |
Then use Control-C to copy the text into your web
page.
|
|