To change the color of any text, in a text box, you must add a front and rear tag to the TEXT. The front tag sets the color. The rear tag changes the color back to default green. Below is an example of how to apply the tags.
The HTML colors can be used. Here are some examples:
silver;
black;
maroon;
red;
green;>;
lime;
navy;
blue;
purple;
magenta;
olive;
yellow;
teal;
cyan
--------------------------------------------------------------------------
To change the text (font family, size and color) of an entire paragraph, use these tags. Our current font default is Comic Sans MS
Examples:
font-family: arial; font-size: 25px
These are the font types
-------------------------------------------------------------
You can also add bold, italics and underline, directly to the text, within the two tags. Example:
font-family: garamond; font-size: 18px
------------------------------------------------------------
To create a clickable link
Copyright ©2008 Irony Plus. All rights reserved.