Click to See Complete Forum and Search --> : border of table cell


dummyagain
June 1st, 2005, 03:52 AM
<table width="75%" border="1" colspan=2>
<tr>
<td>&nbsp;</td>
<td border="0">&nbsp;</td>
<td border="0">&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>



i would like to ask even i set the border of the cell to be 0...why the value of the border is still 1.... ? anything to correct this?

Thank you

Dr. Script
June 1st, 2005, 08:35 PM
add: style="border:0px;"