Cheers John,
I've used the DIV option and placed a table inside that. (Lots of columns of dates).
Code:
<div class="headers"><img src="minus.gif" class="showstate" onClick="expandcontent(this, 'sc1')" />Turn Onto Management (TOM)</div>
<div id="sc1" class="switchcontent">
<table width="100%" bordercolor="#C0C0C0" border="1" cellspacing="0">
<tr>
<td width="20%" style="border-style: dotted; border-width: 1"><b>Course</b></td>
<td width="9%" style="border-style: dotted; border-width: 1"><b>Duration</b></td>
<td width="7%" style="border-style: dotted; border-width: 1"><b>Nov</b></td>
<td width="8%" style="border-style: dotted; border-width: 1"><b>Dec</b></td>
<td width="8%" style="border-style: dotted; border-width: 1"><b>Jan</b></td>
<td width="8%" style="border-style: dotted; border-width: 1"><b>Feb</b></td>
<td width="8%" style="border-style: dotted; border-width: 1"><b>Mar</b></td>
<td width="8%" style="border-style: dotted; border-width: 1"><b>Apr</b></td>
<td width="8%" style="border-style: dotted; border-width: 1"><b>May</b></td>
<td width="8%" style="border-style: dotted; border-width: 1"><b>Jun</b></td>
<td width="8%" style="border-style: dotted; border-width: 1"><b>Jul</b></td>
</tr>
</table>
Ta very much
SB
Bookmarks