![]() |
duplicate VB.org
How can I duplicate the width of vb.org columns on main page? I like how the last post is almost center.
Thanks Gabby |
The widths of the columns is 50%, 34%, 8%, 8%. You will need to add these to either: a) FORUMHOME, if you don't have separated categories; or b) forumhome_forumbit_level1_nopost, if you do.
|
Thank you so much. :) I just looked and I don't see where to add them. I'm using default with no seperated catagories.
<!-- 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">$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 <tbody> <tr> <td class="tfoot" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><div class="smallfont"><strong> <a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a> <if condition="$vboptions['forumleaders']"> <a href="showgroups.php$session[sessionurl_q]">$vbphrase[view_forum_leaders]</a></if> </strong></div></td> </tr> </tbody> </table> |
Change the widths of these four:
HTML Code:
<td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td> |
Thank you Dismounted.
I hate to bother but can you show me the exact code I need to use? Do they all have to be like this but just change the number percentage? <td class="thead" width="100%" align="$stylevar[left]">$vbphrase Again , thanks so much for your help. Gabby |
Quote:
|
All times are GMT. The time now is 10:56 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|