PDA

View Full Version : width of last post column


FudgeBalls2002
08-20-2006, 10:00 PM
How do I lengthen the width of the last post by column on the index by about 20

Freesteyelz
08-20-2006, 11:57 PM
In your templates under the category of "Forum Home Templates" look for templates "forumhome_forumbit_level1_post" and "forumhome_forumbit_level2_post". Find this code:


<td class="alt2" nowrap="nowrap">$forum[lastpostinfo]</td>


And change it to:

<td width="200px" class="alt2" nowrap="nowrap">$forum[lastpostinfo]</td>


Change the "width" to whatever you want. For best results, choose a width in pixels (not percentage).