1 Pixel Table Borders

I figured out how to do one pixel borders, I'm so happy. Too bad Dave showed me the hard way to do it.

     
     

<table bgcolor="Red" cellspacing="0" cellpadding="0"><tr><td>

<table width=100 cellspacing=1 >
<tr>
  <td bgcolor="White">&nbsp;</td>
  <td bgcolor="White">&nbsp;</td>
  <td bgcolor="White">&nbsp;</td>
</tr>
<tr>
  <td bgcolor="White">&nbsp;</td>
  <td bgcolor="White">&nbsp;</td>
  <td bgcolor="White">&nbsp;</td>
</tr>
</table>

</td></tr></table>

Leave A Reply - 1 Reply
Replies
Patrick 2010-07-27 10:37pm - No Email - Logged IP: 76.110.104.100

This is the easiest way to accomplish this. I tried all sorts of CSS techniques and nothing was as simple as this. Thank you.

All content licensed under the Creative Commons License