The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
background
How do i give a background to my forum like they have done on this page:
http://www.clantemplates.com/renders/gallery/ Any help would be very appreciated! James |
#2
|
||||
|
||||
Bump : /
|
#3
|
||||
|
||||
Offhand, usually something like that would be in the <body> tag. <body background=""> I guess it would have to depend on CSS for a certain style or possibly in a table somewhere.
|
#4
|
||||
|
||||
yep, just add it to your body CSS declaration within the STYLE MANAGER
in the "background" field enter something like: Code:
#ffffff url(/image/goes/here.jpg) top repeat-x) change the image url additional "background" options:
|
#5
|
||||
|
||||
So is this under style manager / default style / Main CSS / Body
and under the background i put in that code? i tried that myself and it just makes te background all white, but doesnt show the image and i have confirmed the image link is correct. |
#6
|
|||
|
|||
can you post the exact code that you have used please
|
#7
|
|||
|
|||
In the Main CSS of the skin, you will find "Extra CSS Attributes". The top option is the "Body" One example I have is this:
Code:
background:url('http://yourdomain.com/urbanchaos.ps2/bg.gif') fixed; |
#8
|
|||
|
|||
ok, just successfully done this via a quick port of a vB2 version I did for someone else the other week.
In the body section locate the background box and add the url of the image so that it is in the following format Code:
#E1E1E2 url(images/background13.jpg) Code:
background-attachment:fixed That's it, you now have a fixed background. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|