PDA

View Full Version : Another Background?


Fabilous
10-12-2011, 04:05 PM
Hello community.
I would like to have a different background for my board. Vbulletin 4.1.x
I have tried to paste the script code snippets in forum home / forum display template, and also in forumhome-/forumdisplay.css.
But nothing happened.
I tried it with x in the templates.
(i tried in head and body tag.


<STYLE TYPE="text/css">
<- BODY {background-image: url (http://picurl.jpg);
background-attachment: fixed}
->
</ STYLE>

and

{background-image: url (http://picurl.jpg} (and without the {})

in the *. css files.
Nothing happened.
And where can I make the forum a little wider?

GreyGhost
10-13-2011, 02:47 AM
{background-image: url (http://picurl.jpg} (and without the {})

I assume you actually have the full URL to the image.. not what you have posted?
http://picurl.jpg
http://www.yourdomain.com/images/picurl.jpg


8-)

setishock
10-14-2011, 06:03 AM
Why not just look for body_background in the stylevars?