Hi,
I'm not entirely sure if it's an HTML question or CSS one (so I've
also posted it to the HTML ng as well).
Case here:
<table>
<tr><td bgcolor="black" >bla bla</td<td>something else</td></tr>
<tr><td bgcolor="black" >bla bla row 2</td<td>something else 2</td></
tr>
<tr><td bgcolor="black" >bla bla row 3</td<td>something else 3</td></
tr>
</table>
With IE7 on XP box, there's tiny gap between each row, the question
is,
how to seem them look seemless (without any gaps)?
Many thanks.
I'm not entirely sure if it's an HTML question or CSS one (so I've
also posted it to the HTML ng as well).
Case here:
<table>
<tr><td bgcolor="black" >bla bla</td<td>something else</td></tr>
<tr><td bgcolor="black" >bla bla row 2</td<td>something else 2</td></
tr>
<tr><td bgcolor="black" >bla bla row 3</td<td>something else 3</td></
tr>
</table>
With IE7 on XP box, there's tiny gap between each row, the question
is,
how to seem them look seemless (without any gaps)?
Many thanks.
Comment