ARTICLES

How do I make and article without using html (easy)?

  1. click on "CATEGORIES" in the menu bar
  2. you will see a drop down box that says "ADD CATEGORY", click on it
  3. the "CATEGORY DATA" page will come up, fill in the blanks
  4. type the article in the "Full Description" field
  5. chose your pictures in "Add Files" section
  6. click on "save >>"

How do I make an article using html (advanced)?

  1. click on "CATEGORIES" in the menu bar
  2. you will see a drop down box that says "ADD CATEGORY", click on it
  3. the "CATEGORY DATA" page will come up, fill in the blanks
  4. in the "Full Description" field use a series of alternating tables (see example below)
  5. click on "save >>"

<table cellspacing="8px">

<tr>
<td><center><img src="http://www.yourwebsite.com/pic01.jpg" width="250px"></center></td>
<td><center>Left Article Text</b></center></td>
</tr>

<tr>
<td><center>Right Article Text</b></center></td>
<td><center><img src="http://www.yourwebsite.com/pic02.jpg" width="250px"></center></td>
</tr>

</table>

the sections between the table row tags <tr></tr> can be repeated as many time as needed