It's rather impossible (but i'm not sure), so far I never have seen something like that
2008/5/8 arne anka <[EMAIL PROTECTED]>: > hi, > i want to show some data in a tr:table, three columns but the 3d with > rowspan="x" where x is the number of rows the table gets. > ie something like > > <table> > <tr><td>A</td><td>B</td><td rowspan="3">C</td></tr> > <tr><td>D</td><td>E</td></tr> > <tr><td>F</td><td>G</td></tr> > </table> > > is there any way to do that? > > thx >

