The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
yea, i know how to add a regular border, i want an IMAGE one
|
#12
|
|||
|
|||
i would just add a
< table >< tr >< td > with the image set as the background for that < td > in the header and set the width, then < td > and then the rest of your forum (it'll be within this last < td >. then in the footer, at the very bottom, add < /td >< td > and set the same info for the image that you want as the right border in that last < td >. then end it with < /td > < /tr > < /table > remove the obvious spaces, set the parameters as to how wide you want everything as well as the colors, and then you're set. basically all you have to do is set your entire forum (from header down to the footer) within another table... more specifically, nested within the middle < td > of another table. Code:
<table> <tr> <td> <-- this is your left border </td> <td> <-- this is your forum </td> <td> <-- this is your right border </td> </tr> </table> |
#13
|
|||
|
|||
ok, i'll try
|
#14
|
|||
|
|||
it didnt work, cuz i dont know how... plz sum1 explain it like they do in the teplate release forum
|
#15
|
||||
|
||||
Quote:
Code:
<table width="95%" background="{imagesfolder}/background.jpg" cellpadding="0" cellspacing="0" border="0"> <tr> <td> Code:
</td> </tr> </table> |
#16
|
||||
|
||||
Well... Mess with that. I'm not the best with making HTML tables do what I want. I don't completely understand the meaning of "td" and "tr" yet... I'll get it soon!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|