The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
borders around my forum
How would I go about putting borders on the right and left hand edges of my forum??? The reason being is because I want it to match the rest of my site. Here is a link to my site to check out what I'm talking about:
http://www.galanovagames.com |
#2
|
|||
|
|||
can some1 please help me out with this??? There is a way right??
|
#3
|
|||
|
|||
I used this to get a border around my forum, replace your header code with this coding:
Code:
<!-- header image --> <table align="center" border="0" width="750" cellpadding="0" cellspacing="0" class="border"> <tr><td> <!-- header image --> <div class="cheader"><div class="header"></div></div> <!-- begin main inner table area--> <!-- content table --> <div class="page"> <!-- open content container --> $spacer_open $_phpinclude_output Code:
.border { border: 10px #eef4fa solid; } .header { background-image: url(Link To Your Header Image); header-repeat: no-repeat; width: 750px; height: 100px; margin: 0; padding: 0; float: left; } .cheader{ background-color: #FFFFFF; height: 100px; margin: 0; padding: 0; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|