Posted by catalyst on 02/02/08 18:07
The following is the scheme...
<table>
<tr>
<td>cellA</td>
<td>cellB</td>
</tr>
<tr>
<td>cellC<td><!--this is the middle where the content goes-->
</tr>
<tr colspan="3"><td>cellD</td> <!--here is the last row for copyright-->
</table>
I tried all kind of combinations, but don't have a clue how to make cellC
that expands in the middle, i tried to use both colspan and rowspan together
but didn't worked...
The cellA goes over cellC so pushes the cellB out of the table. ...So the
first row would need to have two cells, second row takes the "width" of this
two and the third row takes the "width" of the whole(i.e.of that two-cellA
and cellB), the third row always works with the colspan="3". This must be
some trick...of some kind to make this work.
Thanks,
c.
[Back to original message]
|