Quick HTML Question

Alessandro

Member
Oct 22, 2003
103
0
0
Hi, I have a page that I've set up as one big table (about 2x33) for ordering questions in a questionnaire. However, I want only the outside of the entire table border to show, and none of the grid lines in the middle to show. How do I do this? I've been looking, but all I've seen was the ability to turn on/off the grid for the whole table - I don't want to merge cells because I want to retain the table structure. Thanks!
 

troytime

Golden Member
Jan 3, 2006
1,996
1
0
easiest way is to put another table around it (with a border)

<table cellpadding=0 cellspacing=0 border=1><tr><td>
<!-- your table here -->
</td></tr></table>