The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to have a background image and title, above the start of the board.
Hey Guys.
I have an image that I would like to use as my background, and at the top of that image is my forum name. How can I use this image as the background, but have the forum, and vBa, start lower, so that it doesn't block/title the title. Is there a transparency option on the forum as well that I can test? Thanks |
#2
|
|||
|
|||
I'm not really an html/css person, but I think this might work - edit your header template and put this at the very top:
Code:
<style type="text/css"> body {background-image:url('background.jpg');} </style> <div style="min-height:150px;"></div> Of course you want to change background.jpg and 150 to the values you need. I don't know abut transparency, maybe someone else will help. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|