on my site, I have moved or am working on moving the forums in columns, and I see I'm missing the blue bar on some of the sections,, can you look over this code when you get a chance, and let me know what to change for things to even out..
thanks man, your the best
Code:
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
<if condition="$forum['subforumcolumns'] > 1">
<tr>
<td class="alt1" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
<table style="border: none; width: 100%;">
$childforumbits
</table>
</td>
</tr>
<else />
<tr align="center">
<td class="thead"> </td>
<td class="thead" width="100%" align="$stylevar[left]" style="padding: 0;"><img src="$stylevar[imgdir_button]/thead_forum.gif" style="position: relative; left: -3px;" alt="$vbphrase[forum]" border="0" /></td>
<td class="thead" width="175" align="$stylevar[left]" style="padding: 0;"><img src="$stylevar[imgdir_button]/thead_lastpost.gif" style="position: relative; left: -3px;" alt="$vbphrase[last_post]" border="0" /></td>
<td class="thead" colspan="2" style="padding: 0;" width="119"><img src="$stylevar[imgdir_button]/thead_threads-posts.gif" style="position: relative; left: -3px;" alt="$vbphrase[threads] & $vbphrase[posts]" border="0" /></td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead">$vbphrase[moderator]</td>
</if>
</tr>
$childforumbits
</if>
</tbody>
</if>
I can see how to remove the code, but adding the line to the new section doesnt' jump out..
the parts in blue are what I've added
