You have 2 choices of input formats when entering text into a page or story, (without HTML) or (with HTML). When using (without HTML) the lines and paragraphs in your text break to the next line automatically when a blank line is encountered. When using (with HTML) you must break the lines using <br>. Both input formats however are restricted to using the following HTML tags.
* Allowed HTML tags:
<h2> <h3> <h4> <h5> <p> <br> <a> <em> <strong> <cite> <ul> <ol> <li> <img> <table> <tr> <td> <code> <center>
Here is a sample page that has "with HTML" selected. Below the Picture on the sample page is the actual HTML code used to format the page with a table.
Team Arod
| Director of Instruction: |
College Recruiting/Placement Liaison: |
| Stephen Aumock |
Jeff Mitchell |
| Gleaneagles Country Club |
Project Golf - TPC Craig Ranch |
| 5401 West Park Boulevard |
8000 Collin McKinney Pkwy. |
| Plano, TX 75093 |
Mckinney, TX 75070 |
| Mbl# 214 893-4200 |
214 504-8430 |
| www.StephenAumock.com |
www.ProjectGolf.org |
| Mental Conditioning: |
Fitness Coach: |
| Troy Basham |
Keith Wolfe |
| Mental Management Systems |
TNT Fitness |
| 700 Parker Square, Suite 140 |
2100 Dallas Pkwy, Plano |
| Flower Mound, TX 75028 |
Plano, TX 75093 |
| 1.800.879.5079 |
Mbl# 972 768-4787 |
| www.MentalManagement.com |
www.DallasProTrainer.com |

Below is the HTML code used to format this page.
<center>
<h2>Team Arod</h2>
<table width="650" border="0">
<tr>
<td width="321"><strong>Director of Instruction:</strong></td>
<td width="319"><strong>College Recruiting/Placement Liaison:</strong></td>
</tr>
<tr>
<td>Stephen Aumock</td>
<td>Jeff Mitchell</td>
</tr>
<tr>
<td>Gleaneagles Country Club</td>
<td>Project Golf - TPC Craig Ranch</td>
</tr>
<tr>
<td>5401 West Park Boulevard</td>
<td>8000 Collin McKinney Pkwy.</td>
</tr>
<tr>
<td>Plano, TX 75093</td>
<td>Mckinney, TX 75070</td>
</tr>
<tr>
<td>Mbl# 214 893-4200</td>
<td>214 504-8430</td>
</tr>
<tr>
<td><a href="http://www.StephenAumock.com" target="_blank">www.StephenAumock.com</a></td>
<td><a href="http://www.ProjectGolf.org" target="_blank">www.ProjectGolf.org</a> </td>
</tr>
</table>
<br />
<br />
<table width="650" border="0" title="ARod Golf - Alex Rodriguez Golf - Student interested in Golf Scholarships to Colleges in the Southwestern or Western United States.">
<tr>
<td><strong>Mental Conditioning:</strong></td>
<td><strong>Fitness Coach:</strong></td>
</tr>
<tr>
<td width="321">Troy Basham</td>
<td width="319">Keith Wolfe</td>
</tr>
<tr>
<td>Mental Management Systems</td>
<td>TNT Fitness</td>
</tr>
<tr>
<td>700 Parker Square, Suite 140</td>
<td>2100 Dallas Pkwy, Plano</td>
</tr>
<tr>
<td>Flower Mound, TX 75028</td>
<td>Plano, TX 75093</td>
</tr>
<tr>
<td>1.800.879.5079</td>
<td>Mbl# 972 768-4787</td>
</tr>
<tr>
<td><a href="http://www.MentalManagement.com" target="_blank">www.MentalManagement.com</a></td>
<td><a href="http://www.DallasProTrainer.com" target="_blank">www.DallasProTrainer.com</a></td>
</tr>
</table>
<br />
<br />
<img src="http://www.arodgolf.com/images/ArodatSt.Andrews.jpg" at="at" st="st" title="Alex at St Andrews" />
<h3>Below is the HTML code used to format this page.</h3>
</center>