Easy to use -
14 Wizards
Create effects to your personal Websites

MENU   Make your
To start HTML koder Find help

(tags) in Merchant´s Encyklopedia of HTML
Frame    Transition    Text    Scrollbar   PopUp   Link   MailTo   MetaTags   Encryption   Links   HTML   Button   Colours   Tag-remove  


Text Wizard

Catch the colors here:

Element
Colors

Events

onLoad

onMouseOver

onMouseOut
Text:
Background:
Scrollbar:
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.