Text

Text With BG Colour
The background is blue, and the text lime

<span style=background:COLOR> TEXT GOES HERE</span>

Fancy Texts
(FILL IN THE BLANKS (in order):
#1. dropshadow, glow, or shadow.
#2. Any color
#3. A number 1-10)
DropShadow

Glow

Shadow

<TABLE STYLE="filter:___(color=____, strength=___)"> <TR><TD><center> TEXT GOES HERE</TABLE>

Another Fancy Text

Wavy Text

<DIV ID="waveText"style="width:#; height:#;font-size:#pt;color:COLOR; filter:wave(add=0,phase=4,freq=5, strength=2)">TEXT HERE</DIV>

Aligning Text
(In DIRECTION, put left, right, or center)

<p align=DIRECTION>TEXT</p>

Spacing Text
(Paragraph)

<p>
(Line Break)
<br>

Spacing Letters
The H3 can be changed to anything from 1-6, 1 being the biggest. The # can also be changed (its the amount of space between the letters)

TEXT HERE


<H3 STYLE="LETTER-SPACING:#em"> TEXT HERE</H3>

Back To HTML Help