Mike,
try hard coding the required values into the table properties
ie: <table border="0" cellpadding="0" cellspacing="0" width="800">
this works for me
cheers
~M
>
> the following code, in the appropiet body and other tags is still showing
> a border, why and how do i get rid of it?
>
> <body bgColor="#ff99cc">
> <table width="800" cellSpacing="" border=""
> cellpadding="0">
> <thead>
> <tr>
> <td width="72"> </td>
> <td width="5"> </td>
> <td width="473" colSpan="3">
> <h2 style="Font-face: Verdana">Joy to The World
> </h2>
> </td>
> </tr>
> </thead>
> <tr>
> <td rowSpan="2" valign="top">
> <h3><br>
> <br>
> Movies<br>
> Television<br>
> Comics</h3>
> </td>
> <td width="5"></td>
> <td width="413">
> <img src="file:///D:\Documents and
> Settings\Administrator\Desktop\24-Sep-2002---3.jpg">
> </td>
> <td width="5"></td>
> <td width="423">
> <img src="file:///D:\Documents and
> Settings\Administrator\Desktop\24-Sep-2002---3.jpg">
> </td>
> </tr>
> <tr>
> <td width="5"></td>
> <td width="423">
> <img src="file:///D:\Documents and
> Settings\Administrator\Desktop\24-Sep-2002---3.jpg">
> </td>
> <td width="5"></td>
> <td width="423">
> <img src="file:///D:\Documents and
> Settings\Administrator\Desktop\24-Sep-2002---3.jpg">
> </td>
> </tr>
> <tfoot>
> <tr>
> <td width="72"> </td>
> <td width="5"> </td>
> <td width="473" colSpan="3">
> <h2 style="Font-face: Verdana">Joy to The World
> </h2>
> </td>
> </tr>
> </tfoot>
> </table>
>
> Mike