Log in

View Full Version : How to have a background image and title, above the start of the board.


kurtbarker
01-08-2012, 02:27 AM
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

kh99
01-08-2012, 02:04 PM
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:


<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.