gbaka
10-05-2009, 09:36 AM
I'm having trouble making a table with rowspan or colspan becuase it doesn't go into the other rows it just stays on the same row and I'm only having this issue with firefix
heres what the problem looks like http://img145.imageshack.us/img145/1104/exampletable.jpg
<table border="1">
<tbody>
<tr>
<th rowspan="3" class="avatar"><img src="http://ani-down.com/wp-content/uploads/2009/10/default.gif" alt="" /></th>
<td>adasda</td>
</tr>
<tr>
<td>fsdfsdf</td>
</tr>
<tr>
<td>sfdfsdf</td>
</tr>
</tbody>
</table>
btw I'm using this on wordpress but I'm pretty sure that doesn't affect it.
heres what the problem looks like http://img145.imageshack.us/img145/1104/exampletable.jpg
<table border="1">
<tbody>
<tr>
<th rowspan="3" class="avatar"><img src="http://ani-down.com/wp-content/uploads/2009/10/default.gif" alt="" /></th>
<td>adasda</td>
</tr>
<tr>
<td>fsdfsdf</td>
</tr>
<tr>
<td>sfdfsdf</td>
</tr>
</tbody>
</table>
btw I'm using this on wordpress but I'm pretty sure that doesn't affect it.