Home Affiliates Games, Pics, and More HTML Help Contact Me
There are many things that you cvan do with your fonts and here are some of the tags to help you.


To make your text glow, type in the following tag :

It should look like this:

GLOW


To make your text have the drop shadow effect type in this tag:

It should look like this:

Drop Shadow


To make your text have the shadow effect type in this tag:

It should look like this:

Shadow


To put a space in between the letters in your text type in this tag:

It should look like this:

Space


To change your font style type in the following tag:

<font face="font name"> for example <font face="comic sans ms">Comic Sans MS</font>

It should look like this:

Comic Sans MS


To make your text wavy, type in the following tag:

It should look like this:

Wavy


To make your text flip typ in the following tag:

It should look like this:

Flip


To make your font look opacity type in the following tag:

It should look like this:

Opacity


To make your font have the blur affect type in the following tag:

It should look like this:

Blur


To change your font size type in one of the following tags:

<font size="1"> <font size="2"> <font size="3"> <font size="4"> <font size="5"> <font size="6"> <font size="7"> or you can type in <font size="+1"> <font size="+2"> <font size="+3"> <font size="+4"> and <font size="-1"> <font size="-2">


For different heading sizes type in one of the following tags:

<h1>Heading 1</h1>

<h2>Heading 2</h2>

<h3>Heading 3</h3>

<h4>Heading 4</h4>

<h5>Heading 5</h5>
<h6>Heading 6</h6>


To change your font color type in the following tag:

<font color="#HexCode"> for example <font color="#0000FF"> It would be this color:
#0000FF

For a list of Hex Codes just go to my Color page!


To make a text area type in the following tag:

It should look like this:


To make a Text Area with a certain size, type in the following tag:

<textarea rows=5 cols=15>Text Area</textarea>

It should look like this:


And finally to add color just type in the following tag:

<textarea ROWS=5 COLS=15 style="background:000000" style="font-family:Comic sans MS" style="color:FFFF00" style="border style:solid">TEXT AREA </textarea>

It should look like this:


Here are some simple tags to improve your text