Editing Tags
Select tag with cursor, eg. select point to the new selection, right click and copy, close window, right click and paste to area where you want tag placed.


<p class="font1"> = New paragraph - place before start of new paragraph

<br> = Line Break

<b> = bold - before what you want to bold
</b> = end bold - placed at the end of what you want bold

<i> = italic - placed before what you want italicized
</i> = end italics - placed after what you want italicized

<u> = underline - placed before what you want underlined
</u> = end underline - placed after what you want underlined

<center> = center tag - placed before what you want centered
</center> = end center - placed after what you want centered

<img src="images/name.jpg" alt="name" width="" height="" border="0" hspace="" vspace=""> - used to display an image - make sure any image you want displayed is uploaded to your images folder on the web server.