Text



Text With BG Color


TEXT TEXT TEXT

TEXT TEXT


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


Fancy Texts


DropShadow

Glow

Shadow
<TABLE STYLE="filter:___(color=____, strength=___)"> <TR><TD><center> TEXT GOES HERE</TABLE> FILL IN THE BLANKS (in order):
#1. dropshadow, glow, or shadow.
#2. Any color
#3. A number 1-10


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

Aligned Left

Aligned Center

Aligned Right

<p align=DIRECTION>TEXT</p> in DIRECTION, put left, right,
or center. OR, a simple
code for just centering: <center>


Spacing Text

Big space:

text text text

Little space:
text text text

Big space:<p>Little space:<br>



Spacing Letters

TEXT HERE

<H3 STYLE="LETTER-SPACING:#em"> TEXT HERE</H3> 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).


Indenting Text

This text is not indented.
This text IS indented.
<dl><dd>INDENTED TEXT HERE</dl>

Related Sites