Reputation: 347
We need to design a webpage layout. Using table we can divide layout into six zones (cells) as shown below:
ZONE 1 ZONE 2 ZONE 3
ZONE 4 ZONE 5 ZONE 6
Now, it is possible to merge ZONE 2, ZONE 5 and ZONE 6? We need to use DIV?
Upvotes: 0
Views: 1129
Reputation: 3997
I'm not 100%, but it sounds like a job for CSS. Why do you want tables?
(Is it crucial that Zone 1 & Zone 3 have equal height?)
Upvotes: 0