The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
two side images as background
Hi all
Would it be posable for me to add two images as background here (see pic) Thanks had a scan around in my header code but not sure what i would need to change |
#2
|
||||
|
||||
Make 3 column table.
In the 1st column put 1st side image. In the 2nd column put the forum code. In the 3rd column out 2nd side image. You need to edit header and footer templates. |
#3
|
|||
|
|||
tbh i would just put some css in your FORUMHOME template?
Code:
.image1 { background-image: url('______________'); float: left; } .image2 { background-image: url('______________'); float: right; } HTML Code:
<div class="image1"></div> <div class="image2"></giv> |
#4
|
||||
|
||||
^^ That will not work. And somehow you manage it to work it will only show on forum home page.
you need 3 divs not 2, to do what the user asked us. All parts of forum is table based, thats why I said making the table is the easiest solution. . |
#5
|
|||
|
|||
Hey thanks for this even tho it is just a background will i still need to make tables?
Mike |
#6
|
|||
|
|||
Quote:
and are the tables easy to set up? Thanks |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|