Smoothie |
12-29-2006 02:55 PM |
I tried messing around with the templates to get this to line up correctly. I edited forumhome and the template that gets installed with this mod, I think it was called forumhome_separate_categories. I got them to align perfectly. Problem was that when the browser window was large, the columns aligned, but when you resized the browser window smaller, the columns became unaligned.
the percentages were like this, for both templates;
Code:
<td class="thead"> </td>
<td class="thead" width="55%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="25%">$vbphrase[last_post]</td>
<td class="thead" width="10%">$vbphrase[threads]</td>
<td class="thead" width="10%">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead">$vbphrase[moderator]</td>
|