Table span( rows and columns)
Posted: Fri Dec 12, 2008 5:30 am
Hello,
I have a problem displaying data in my table. I want to display some names in multiple columns under the same row. I got an example that spans the names into multiple rows, but i want them spanned to multiple columns, but i dont know if this is possible.
Here's the row span example;
--------------------------------------
<table>
<tr><td>Names</td>
<td>
<span class="smallfont">Some Name</span>
<span class="smallfont">Another name</span>
<span class="smallfont">Any other name</span>
</td>
</tr>
</table>
---------------------------------------
but i need the rows to span(columns) and form like a long single line sentence.
Thanks.
I have a problem displaying data in my table. I want to display some names in multiple columns under the same row. I got an example that spans the names into multiple rows, but i want them spanned to multiple columns, but i dont know if this is possible.
Here's the row span example;
--------------------------------------
<table>
<tr><td>Names</td>
<td>
<span class="smallfont">Some Name</span>
<span class="smallfont">Another name</span>
<span class="smallfont">Any other name</span>
</td>
</tr>
</table>
---------------------------------------
but i need the rows to span(columns) and form like a long single line sentence.
Thanks.