Quote:
Originally Posted by jack-d
well i have built quite a few css pages and never inserted any code between a
<tr> and <td> tag...
|
Yeah? What about just another row!?
Code:
<if condition="$show['threadprefix']">
<td>$threadprefixes </td>
</if>
This is the code you have to insert..you don't see the <if> in the output...only the new row...
So in the end it's just:
Code:
<tr>
<td></td>
<td></td>
I don't see any reason why you couldn't do this...