B
Bush will disarm all workers next
Hi,
I have the following table structure:
Top Table:
<table cellspacing=0 cellpadding=0>
<tr>
<td width=20 bgcolor="#000000" height=100> </td>
</tr>
</table>
Bottom Table:
<table cellspacing=0 cellpadding=0>
<tr>
<td>
<table cellspacing=0 cellpadding=0>
<tr>
<td width=20 bgcolor="#000000" height=200> </td>
</tr>
</table>
</td>
<td>
<table cellspacing=0 cellpadding=0>
<tr>
<td> ... </td>
</tr>
</table>
</td>
</tr>
</table>
The intended effect is a black border with 20 px width and 300 px
height on the left of the browser.
The problem is in IE6 a gap shows up between the border after 100 px.
Used VALIGN, HSPACE, VSPACE, etc. without positive results.
Can anyone please give a fix?
Thanks
Dakshin
I have the following table structure:
Top Table:
<table cellspacing=0 cellpadding=0>
<tr>
<td width=20 bgcolor="#000000" height=100> </td>
</tr>
</table>
Bottom Table:
<table cellspacing=0 cellpadding=0>
<tr>
<td>
<table cellspacing=0 cellpadding=0>
<tr>
<td width=20 bgcolor="#000000" height=200> </td>
</tr>
</table>
</td>
<td>
<table cellspacing=0 cellpadding=0>
<tr>
<td> ... </td>
</tr>
</table>
</td>
</tr>
</table>
The intended effect is a black border with 20 px width and 300 px
height on the left of the browser.
The problem is in IE6 a gap shows up between the border after 100 px.
Used VALIGN, HSPACE, VSPACE, etc. without positive results.
Can anyone please give a fix?
Thanks
Dakshin