It is a really nice skin, but I've run into the alignment problem and it seems (from reading what I can find here) the way to fix it may be different from theme to theme. If you have time to take a look at my site, you'll see what I mean by alignment - the Last Post section extends to different sizes.
I have the same problem on another theme that was created by Forum-Lance and the Forumhome template is coded similarly to yours.
I've tried everything I know, and a few things I don't . . . I changed the code to this:
Code:
<!-- main -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr align="center">
<td class="thead"> </td>
<td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="175">$vbphrase[last_post]</td>
<td class="thead">$vbphrase[threads]</td>
<td class="thead">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead">$vbphrase[moderator]</td>
</if>
</tr>
</thead>
$forumbits
I even tried adding
to the td class lines (# being the precentage of the total width for each section, and made so all sections together =100%. I got absolutely nowhere lol!
I copied the original template before I started, so nothing lost. I just cannot figure how to get the Last Post section to line up! Any help, suggestions or advice would be much appreciated.