Im trying to create a table which has 6 columns and 6 rows.
the first td should be spread across four columns and four rows.
then the second td of the first row should be 2 col span.
the bottom two rows are just 6 tds.
this is the code im trying…
http://jsfiddle.net/uzi002/dByer/1/
but its messing up…this is what im trying to get…

You are trying to use rowspan over rows that does not exist.
And you bottom rows did not have enough columns.
Try this: