| Back to help page |

Header Tags

Another way to change the size of your text is with header tags. Header tags have the form:

<hX>Test to be resized</hX>

Where X is a number from 1 to 5. Size 5 is smaller than standard text. Size 4 is the same size as standard text. Sizes 3 to 1 are large text. The main difference between header tags and size font tags is that header tags are always bold faced text and where ever there is a header start tag and a header end tag, there is a carriage return.

EXAMPLES:

If you use the code <h5>TEXT</h5>, you get this:

TEXT

If you use the code <h4>TEXT</h4>, you get this:

TEXT

If you use the code <h3>TEXT</h3>, you get this:

TEXT

If you use the code <h2>TEXT</h2>, you get this:

TEXT

If you use the code <h1>TEXT</h1>, you get this:

TEXT

If you use these tags in your chat name, then the time of your post, your name and your post will be all on different lines.

EXAMPLE:

(10:48:43)

Chat Name

says to Everyone: Anyone want to chat?


If you leave off the end header tag your post will look like this:

(10:48:43)

Chat Name says to Everyone: Anyone want to chat?


| Back to help page |