The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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
.please? |
|
#2
|
|||
|
|||
|
Bumppp
|
|
#3
|
|||
|
|||
|
Bumpp
|
|
#4
|
|||
|
|||
|
Style Manager > StyleVars > Main Table Width
I believe that may be what you are looking for? |
|
#5
|
|||
|
|||
|
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). |
|
#6
|
|||
|
|||
|
Gah, I wish I could understand you better :lol:
A additional question: How do I add these: to a skin? (outlined in red) |
|
#7
|
|||
|
|||
|
I did this:
Code:
<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>
And can someone PLEASE tell me how to add tfoot to the bottom of every category? |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|