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

Reply via email to