RE: XHTML 1.0 Table Problem

Hi Aziz,

> I want the part that says "right" to span all the way up the three 
> rows just like the "left" side does.

For future reference, you'll get a much better response to your questions if
you ask them on lists where they are on-topic (two such lists can be found
at http://webdesign-l.com/ and http://lists.evolt.org/index.cfm/a/listinfo).
This list exists for technical discussion about HTML, not "how to"
questions.

That being said, the solution to your problem is to move your <td
rowspan="3">right</td> into the top row of your table - rowspans work
downwards, not upwards.

Cheers
Jon

Received on Thursday, 16 January 2003 09:16:12 UTC