Davo wrote:
"Adrienne Boswell" <ar****@yahoo.comwrote in message
news:Xn**************************@69.28.186.121...
>Gazing into my crystal ball I observed "Davo" <wa******@hotmail.com>
writing in
news:46**********************@per-qv1-newsreader-01.iinet.net.au:
maybe the url I sent was a clue too
>You have validation errors - fix them, see if the problem still occurs,
then come back.
I have validated it and the tool passed it, would you mind saying which tool
you used, or perhaps I should say in the same vein -
tell me the tool you used.
Whether it validates or not, this is poor markup and I suspect that,
together with possible failure to size table elements, the unnecessary
nesting of tables is your problem. The source is an awful mess to read
and would be very difficult to maintain.
If it is necessary to use a table layout why not use more suitably
structured markup. Perhaps
<tr>
<td.... </td>
<td.... </td>
</tr>
<tr>
<td colspan="2".... </td>
</tr>
Louise