I have a table that sorts
but i want to be able to show a more info layer
like the one showing below when you click on
i image
http://pear.php.net/packages.php?cat...Authentication
my problem is that if i do the same way, the more info layer gets considered into sorting, which doesn't make sense and everything is out of order
so i want to be able to have a td that shows up on the next line without using a tr to acheieve this....is this even possible?
<tr>
<td>3</td><td>Package 3</td>
<td>more info layer: package three is blah blah</td> <---on the next line below the first 2 <td> tags
</tr>