The table looks horrendously wrong to me. While I normally think in XML and HTML isn't XML, I see
<table><tr><td>...<td>...<td></table></tr></td>
and I bet what's happening is that the browser sees the </table> and closes off the td and tr elements, then the next </tr> starts interfering with the layout.
no subject
Date: 2005-08-25 12:10 am (UTC)The table looks horrendously wrong to me. While I normally think in XML and HTML isn't XML, I see
<table><tr><td>...<td>...<td></table></tr></td>
and I bet what's happening is that the browser sees the </table> and closes off the td and tr elements, then the next </tr> starts interfering with the layout.