Code for the table pasted in below (not sure how best to do this? - I could email page/css etc.) .. I am using a stylesheet but dont think there is layer info in it.. There are a number of db connections on the page and the table used in the problem table is used in other tables no problem...
I am using Hlooper2 extension (several times on the page).. not sure if this causes problem.
I dont have a viewable host that supports asp pages though..
<table width="100%" border="0" cellspacing="12" cellpadding="0" align="left">
<tr>
<td width="50%" height="60" valign="top">
<table bgcolor="#2E3F75" valign="top" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr class="Top">
<td valign="Top" width="1%"><img src="images/table_corner.gif" width=7 height=22 border=0></td>
<td width="22%" valign="middle" class="Top" nowrap><font color="#ffffff" class="Top">Seminar
Series </font></td>
<td width="77%" class="Top">
<div align="right"></div>
</td>
<td width="0%" class="Top" nowrap> </td>
</tr>
</table>
<table width="100%" border="0" cellpadding="1" cellspacing="0" bgcolor="#2E3F75" height="15%">
<tr>
<td height="148">
<table bgcolor="#ffffff" valign="top" width="100%" cellpadding="20" cellspacing="0" border="0" height="25%">
<!--Row 1-->
<tr>
<td>
<div align="center">
<table width="100%">
<%
startrw = 0
endrw = HLooper2__index
numberColumns = 1
numrows = -1
while((numrows <> 0) AND (Not rsShowcase.EOF))
startrw = endrw + 1
endrw = endrw + numberColumns
%>
<tr align="center" valign="top">
<%
While ((startrw <= endrw) AND (Not rsShowcase.EOF))
%>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="80%">
<tr>
<td width="15%"><font face="Verdana, Arial, Helvetica, sans-serif" size="1"><%= DoDateTime((rsShowcase.Fields.Item("DateTime"

.Value), 2, 1030) %></font></td>
<td width="38%"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="1"><A HREF="subject.asp?<%= MM_keepNone & MM_joinChar(MM_keepNone) & "ID=" & rsShowcase.Fields.Item("ID"

.Value %>"><%=(rsShowcase.Fields.Item("Title"

.Value)%></A></font></b></td>
<td width="30%"><font face="Verdana, Arial, Helvetica, sans-serif" size="1"><A HREF="staff.asp?<%= MM_keepNone & MM_joinChar(MM_keepNone) & "StaffNo=" & rsShowcase.Fields.Item("StaffNo"

.Value %>"><%=(rsShowcase.Fields.Item("Owner"

.Value)%></A></font></td>
</tr>
</table>
</td>
<%
startrw = startrw + 1
rsShowcase.MoveNext()
Wend
%>
</tr>
<%
numrows=numrows-1
Wend
%>
</table>
<br>
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="80%" bordercolor="#2E3F80">
<tr>
<td width="25%" class="CompanyLink">
<div align="center"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="1">Venue</font></b></div>
</td>
<td width="25%" class="CompanyLink">
<div align="center"><font face="Verdana, Arial, Helvetica, sans-serif" size="1"><b>Time</b></font></div>
</td>
</tr>
<tr>
<td width="25%" height="2">
<div align="center"><font face="Verdana, Arial, Helvetica, sans-serif" size="1">Manchester
Room </font></div>
</td>
<td width="25%" height="2">
<div align="center"><font face="Verdana, Arial, Helvetica, sans-serif" size="1">13:00-14:00</font></div>
</td>
</tr>
</table>
<br>
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="80%" bordercolor="#2E3F80" class="AddInfoHeader">
<tr>
<td width="25%">
<div align="center"><font face="Verdana, Arial, Helvetica, sans-serif" size="1"><b>Feedback</b></font></div>
</td>
<td width="25%">
<div align="center"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="1">Telephone</font></b></div>
</td>
</tr>
<tr>
<td width="25%" height="11">
<div align="center"><font face="Verdana, Arial, Helvetica, sans-serif" size="1"><a href="feedback.asp">Online</a></font></div>
</td>
<td width="25%" height="11">
<div align="center"><font face="Verdana, Arial, Helvetica, sans-serif" size="1">0208-251-7582</font></div>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</tr>
</table>
</td>
</tr>
</table>