View Full Version : Background Problem


In-T-CoMe
6th April 2006, 09:04 PM
Hi !

I want to add a picture to my website background . How can i do it ?

Robert
7th April 2006, 06:49 AM
For your website or for your vBulletin installation?

For your website just drop this code above your header tag.

<style type="text/css">
<!--
body {
background-image: url(location of your background image goes here);
}
-->
</style>

But I would suggest using a CSS style sheet rather than hard coding each page. To do this you will need to read up on it a bit. Here is a good starting point (http://www.w3.org/Style/CSS/).

In-T-CoMe
7th April 2006, 08:17 PM
Thank you ! I wanted it for vbulletin ...

Robert
10th April 2006, 02:08 PM
Even easier. In your AdminCP just go to

Styles & Templates -> Style Manager -> All Style Options

Then just edit the background attribute in the Body tag area.

In-T-CoMe
10th April 2006, 03:21 PM
Thank you again :) , I though like u but could'nt clear .