Posted by Ben C on 01/27/07 09:28
On 2007-01-27, TheBagbournes <noway@noway.com> wrote:
> I'm not the best HTML author (I'm a server side Java man), but I need a bit of help.
>
> I'm trying to lay a table out like this:
>
> +------------+---------+
>| | |
> + +---------+
>| | |
> +------------+---------+
>
> And I can't work out the rowspan/colspan incantation!
>
> Can anyone help me out a bit please?
Two rows. First row contains two cells, first cell in first row has
rowspan=2.
Second row just contains one cell.
[Back to original message]
|