Page is a not externally linkable
Easy_Coder - 2:44 am on Jan 4, 2005 (gmt 0)
I had a similar issue and it turned out that the table caption tag needed to be removed to clear things up
<table>
<caption>The longer the caption content the worse the situation appeared too</caption>
<tr><td>test</td></tr>
</table>