On 11/11/05, Graham Cook <[EMAIL PROTECTED]> wrote:

> And the reason that these fit more elegantly than a table? Compare the code
> above to a table below (which really should also should include thead, tbody
> and col id's), it it just so much more concise and no blank cells.

> <tr><td>Homer</td><td>Marge's layabout husband</td></tr>
> <tr><td></td><td>Bart's dad</td></tr>
> <tr><td></td> <td>Springfields second biggest consumer of Duff</td></tr>

This is where rowspan comes into play ...

<tr><th rowspan="3" scope="row">Homer
       <td>Marge's layabout husband
<tr><td>Bart's dad
<tr><td>Springfields second biggest consumer of Duff

... and we have no blank cells.





--
David Dorward <http://dorward.me.uk><http://blog.dorward.me.uk>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to