PDA

View Full Version : Border help


HPIA
01-28-2007, 01:41 AM
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?

HPIA
01-29-2007, 07:12 AM
Bumppp

HPIA
02-02-2007, 07:05 PM
Bumpp

da420
02-02-2007, 07:45 PM
Style Manager > StyleVars > Main Table Width

I believe that may be what you are looking for?

TMXS
02-02-2007, 07:46 PM
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).

HPIA
02-13-2007, 04:04 AM
Gah, I wish I could understand you better :lol:

A additional question: How do I add these: to a skin?

(outlined in red)

HPIA
02-15-2007, 02:13 AM
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?