ARTICLES
How do I make and article without using html (easy)?
- click on "CATEGORIES" in the menu bar
- you will see a drop down box that says "ADD CATEGORY", click on it
- the "CATEGORY DATA" page will come up, fill in the blanks
- type the article in the "Full Description" field
- chose your pictures in "Add Files" section
- click on "save >>"
How do I make an article using html (advanced)?
- click on "CATEGORIES" in the menu bar
- you will see a drop down box that says "ADD CATEGORY", click on it
- the "CATEGORY DATA" page will come up, fill in the blanks
- in the "Full Description" field use a series of alternating tables (see example below)
- 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