Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: STILL SHOWING BORDERS I SET THEM TO 0


Message #1 by "mik" <MIKEZCG@Y...> on Mon, 11 Nov 2002 19:37:54
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">&nbsp;</td>
> <td width="5">&nbsp;</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>
> &nbsp;Movies<br>
> &nbsp;Television<br>
> &nbsp;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">&nbsp;</td>
> <td width="5">&nbsp;</td>
> <td width="473" colSpan="3">
> <h2 style="Font-face: Verdana">Joy to The World
> </h2>
> </td>
> </tr>
> </tfoot>
> </table>
> 
> Mike



  Return to Index