View Full Version : Border help
Please, does anyone know how to put a border around the forums (similar to vb.org's cept a bit more enhanced). I just want to know how to put a border up to center a forum and it never works. PLEASE help :D.
please?
da420
02-02-2007, 07:45 PM
Style Manager > StyleVars > Main Table Width
I believe that may be what you are looking for?
The simple way for fixed-width forums: Add a background to the main part of the forum, then header and footer images for the rounded edges.
For variable-width forums: Place the whole forum in a table with whatever border around it.
The CSS way: Edit the css varaible for the borders. Set them to whatever you need (dashed, solid color, etc).
Gah, I wish I could understand you better :lol:
A additional question: How do I add these: to a skin?
(outlined in red)
I did this:
<table bgcolor="transparent" align="center" width="800px" border="0" cellspacing="0" cellpadding="0">
<tr><td id='tabletoplft' width="26" height="27"></td>
<td id='tableboxtop'></td>
<td id='tabletoprgt' width="27" height="27"></td>
</tr><tr>
<td id='tableboxlft'></td>
<td>
$forumbits
</td>
<td id='tableboxrgt'></td>
</tr><tr>
<td id='tablebotlft' width="26" height="27"></td>
<td id='tableboxbot'></td>
<td id='tablebotrgt' width="27" height="27"></td>
</tr></table>
Would that be good? Obviously not, but can someone fix this?
And can someone PLEASE tell me how to add tfoot to the bottom of every category?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.