The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I want to add a left and a right image to my forum background.
I have tried this, but there was no effect: 1. Add to Main CSS Code:
leftbg .bw1 { background: url(images/bg/bg-left.png) repeat-y 0% 0px; } rightbg .bw2 { background: url(images/bg/bg-right.png) repeat-y 100% 0px; } .bgbody-wrap { margin: 0px 33px; } Code:
<div class="bw1"><div class="bw2"><div id="bgbody-wrap"> Code:
</div></div></div> Bump! |
#2
|
||||
|
||||
![]() Quote:
Code:
.leftbg-bw1 { background: url(images/bg/bg-left.png) repeat-y 0% 0px; } .rightbg-bw2 { background: url(images/bg/bg-right.png) repeat-y 100% 0px; } .bgbody-wrap { margin: 0px 33px; Quote:
Add this to the very top of the header template: Code:
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <td class="leftbg-bw1" width="XXXpx"></td> <td class="bgbody-wrap"> The footer should look like this: Code:
</td> <td class="rightbg-bw2" width="XXXpx"> </td> </tr> </table> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|