Steel wrote:
> I'ld want to add something to my css file to have in a table the followin
g
> result
> First row: 1 single <TD> of 100% width
> 2th row:2<tds> the first 30% widyh and the 2th 70%
> 3th row:2<tds> the first 70% and 2th 30%
> last row: 1 single <TD> of 100% width
Are you asking for a CSS equivalent of colspan? There isn't one.
And the only way to produce the 2nd and 3rd rows of your table is to
have three columns (30%, 40%, 30%) and span the relevant cells.
Doesn't look much like tabular data to me.
Steve
|