PDA

View Full Version : How to make forumhome for this style static


blaze718
04-28-2009, 05:40 PM
Basically If you check out this style.
http://forum.off-topic.nl/index.php?styleid=5&langid=1
The forumhome (Forum Threads Posts Last Post) Isn't balanced/static.

puertoblack2003
04-28-2009, 06:56 PM
<a href="https://vborg.vbsupport.ru/showthread.php?t=211863" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=211863</a>

blaze718
04-28-2009, 06:58 PM
I didn't ask for the style I actually was asking how I can make it balance

Lynne
04-28-2009, 08:08 PM
Do you mean you want it Fixed Width? If so, instead of setting the width for the table to 100%, you set it to a number like 800px.

blaze718
04-28-2009, 09:19 PM
Here's a image of what I mean.
http://img2.imageshack.us/img2/5273/11859481.png
As you can see the line is not static when the title of the thread is longer.

napy8gen
04-29-2009, 01:25 AM
According to this thread, download and read instruction 3/4
https://vborg.vbsupport.ru/showthread.php?t=204013&highlight=category+spacing

width has to be set in the row of columns in your forumhome level 1 no post.
you can play only with this row.
<tr align="center">
<td class="thead" width="35">&nbsp;</td>
<td class="thead" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="175">$vbphrase[last_post]</td>
<td class="thead" width="65">$vbphrase[threads]</td>
<td class="thead" width="65">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead" width="120">$vbphrase[moderator]</td>
</if>
</tr>