borders in table...

liunx

Guest
I want to create a table like in the image I attached.

All of the TD's should be in white BUT the very Right and Left TD. how can I do it?

Thanks!td {background-color:white;}
td.sides {background-color:black;}


<tr><td class="sides"></td><td></td><td></td><td></td><td class="sides"></td></tr>How can I get 2 pix width worth of white border from each side of the tables including inner TD's?

Thanks!
 
Back
Top