Can someone please explain how to get the COMMENTS box (bottom) to be even width with the above news listing? It is too wide.
Also, how do I remove that extra purple space between the comments box and the new reply button?
My news_comments template is untouched:
Code:
<if condition="$counter == 0">
<table class="tborder" id="post$post[postid]" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
</if>
<tr>
<td class="tcat" align="$stylevar[left]"<if condition="$vboptions['legacypostbit']"> colspan="2"</if>>
$vbphrase[news_comments]
</td>
</tr>
<if condition="$counter == 0">
<tr>
<td class="alt1" align="$stylevar[left]"<if condition="$vboptions['legacypostbit']"> colspan="2"</if> valign="top">
$vbphrase[no_comments_in_this_article]
</td>
</tr>
</table>
</if>