

What is this?
Text effects and styles allow you to do everything you could think of with your text, from size to color to making it blink.
Font Color | Font Size | Font Face | Italic
Bold | Underline | Super Script | Sub Script
Strikeout| Blink | Marquee | Marquee on Toolbar

Font Color:
Type <font color=#>, where # is the color of the text. See the catalog of colors. You don't have to do this for the whole page. See stylesheets and defaults. Type your text, then type </font>.
Teal Text
Font Size:
Type <font size=#>, where # is a number between 1 and 7, 1 being the smallest and 7 being the biggest. For Arial, normal size is 2. For other fonts such as Garamond and Times New Roman, normal is 3. Type your text, then type </font>. Again, you don't have to do this for the whole page. See stylesheets and defaults.
Title Size is Size 5
Font Face:
Type <font face=#>, where # is the name of a font. Type your text, then type </font>. If you are doing a font less common between computers, it is a good idea to have a few backups. Just list them in the order you want with commas in between. If you have an obscure font that you want displayed, you can't just put it in the face attribute. It will not show up on other computers unless they have it installed on their computer. To display an obscure, you have to embed it. See my page of useful sites for a free program to format the fonts and embed them into your site.
This is Courier Font
Italic:
Type <I>, type your text, then type </I>.
Italic
Bold:
Type <b>, type your text, then type </b>.
Bold
Underline:
Type <u>, type your text, then type </u>.
Underline
Superscript:
Type <sup>, type your text, then type </sup>.
7th
Subscript:
Type <sub>, type your text, then type </sub>.
This is a subscript:3
Strikeout:
Type <strike>, type your text, then type </strike>.
This was a mistake
Blink:
Type <blink>, type your text, then type </blink>.
Marquee:
Classic Marquee:
1. Type <marquee.
2. (optional) Type <behavior=alternate. This will cause the marquee to bounce back an forth.
3. (optional) Type bgcolor=#, where # is the color of the background of the marquee. See the catalog of colors.
4. (optional) Type direction=#, where # is right, left, up or down.
5. (optional) Type scrollamount=#, where # is the speed of the marquee. The smaller the number, the slower it goes.
6. (optional) Type onMouseover="this.scrollAmount=#1"
onMouseout="this.scrollAmount=#2", where #1 is the speed of the marquee when you place your mouse over it, and #2 is the speed of the marquee when your mouse isn't on it.
7. (optional) Type loop=#, where # is the number of times the marquee will go around.
8. (optional) Type behavior=slide. This make the marquee go only once and stop at the left side of your page.
9. Type >Text Here</marquee>. Text here can also be pictures.
Marquee on Toolbar:
Copy and paste this script between your head tags. See the toolbar below for example.
