BASIC COMMANDS:
<P>=Paragraph breaks <BR>=Line breaks <I>=Italics</I> <B>=Bold</B> <U>=Underline</U> <HR>=A line to separate text...
FONT CHANGES:
To change font colors:
<font color=red>=Your text appears in whatever color you specify</font>
Your text appears in whatever color you specify
<font size=1>=Gives you font sizes ranging from:
1-2-3-4-5-6-7</font>
LINKS:
To link to another page or image:
<a href="http://The URL of the page you wish to link to">Name of the site</a>
IMAGES:
This is the code to post an image: <img src="https://members.tripod.com/~jellybean3/smfrog"> You'll get this:
TABLES:
A table consists of rows and columns. You can have as many rows and/or columns that you'd like. The following example has 2 rows and 2 columns.
<table cellpadding=3 cellspacing=3>
This also where you would add the size of the table and the alignment if any. The tags for that would be:
The tags for that would be:
<table cellpadding=3 cellspacing=3 width=150 height=50 align=right>
Any background color or image would also be placed within these tags.
MARQUEES:
<marquee>THIS IS A MARQUEE</marquee>
THIS IS A MARQUEE
To change directions:
THIS IS A MARQUEE MOVING TO THE LEFT
THIS IS A MARQUEE MOVING TO THE RIGHT
THIS MAKES THE MARQUEE GO BACK AND FORTH
<marquee behavior=left scrollamount=2>THIS IS A SLOW MOVING MARQUEE</marquee>
THIS IS A SLOW MOVING MARQUEE
THIS IS A FAST MOVING MARQUEE