
February 19th, 2013, 08:21 AM
|
 |
Likely to be eaten by a grue.
|
|
Join Date: Oct 2006
Location: Pennsylvania, USA
|
|
The <td> tag has a "colspan" attribute that determines how many columns it takes up in the resulting table.
However, you have tables within tables here, and you're using tables for layout. The proper solution is to read up on how to use DIVs for layout so you don't run into table-based spacing issues like this one.
I did a quick google search and this article doesn't look half bad.
|