The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Uneven columns on Template..
Basically I want all my columns to align properly, but for some reason they are all different sizes.
http://img44.imageshack.us/img44/9307/columns.jpg Can someone tell me how to fix this? |
#2
|
||||
|
||||
Open forumhome_forumbit_level1_nopost template
you should assign width specifications to last post, threads etc.. Code:
<tr align="center"> <td class="thead" width="4%"> </td> <td class="thead" width="50%" align="$stylevar[left]">$vbphrase[forum]</td> <td class="thead" width="25%" align="$stylevar[left]">$vbphrase[last_post]</td> <td class="thead" width="5%">$vbphrase[threads]</td> <td class="thead" width="5%">$vbphrase[posts]</td> <if condition="$vboptions[showmoderatorcolumn]"> <td class="thead" width="10%">$vbphrase[moderator]</td> </if> </tr> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|