Malik
Malik

Reputation: 347

HTML table rowspan or colspan issue?

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

Answers (2)

Galwegian
Galwegian

Reputation: 42227

See: Why tables for layout is stupid

Use CSS instead.

Upvotes: 2

Onkelborg
Onkelborg

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

Related Questions