2
I use SmartSection 2.13 and
this page on my site has a table in it.
The HTML code for the table on that page is:
<table class="outer" style="width: 400px" cellspacing="1" align="center" nowrap="nowrap"><tr><th class="head" nowrap="true"><p align="center">Llandaff Branchp>
th>
<th class="head" nowrap="true"><p align="center">Monmouth Branchp>
th>
tr>
<tr><td><p align="center">Name removed<br />
Name removed<br />
Name removed<br />
Name removed<br />
Name removed<br />
Name removedp>
td>
<td><p align="center">Name removed<br />
Name removed<br />
Name removed<br />
Name removed<br />
Name removed<br />
Name removedp>
td>
tr>
table>
I use the Koivi editor but (IIRC) I had to do a little bit of manual code editing to get the table exactly as I wanted.
The paragraphs above and below the table are enclosed in
and
tags.
The classes "outer" and "head" are in my theme's .css stylesheet. Remove that part of the code if your theme doesn't have these defined.
HTH