Posted by Jukka K. Korpela on 01/27/07 11:24
Scripsit TheBagbournes:
> I'm trying to lay a table out like this:
>
> +------------+---------+
>> | |
> + +---------+
>> | |
> +------------+---------+
Presumably this is to be viewed in a monospace font. But are you sure you
want such a _table_, as opposite to such _layout_? Hint: What would be a
meaningful summary="..." attribute in the <table> tag, and what would the
<caption> element contain?
> And I can't work out the rowspan/colspan incantation!
It's too early to decide on that. The first question is whether you should
use a table at all. But if you decide to use a table,
<table>
<tr><td rowspan="2">The stuff on the left</td><td>The upper stuff on the
right</td></tr>
<tr><td>The lower stuff on the right</td></tr>
</table>
--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/
Navigation:
[Reply to this message]
|