PDA

View Full Version : How do I add pictures on forum background?


RC-Central
07-05-2011, 01:25 AM
I was wondering how I make my background have images so it is not so damn plain? If there are more than one field, please explain what field does what.

Thanks in advance!

whitey92lx
07-05-2011, 01:42 AM
adminCP > styles and templates > Style manager > Stylevars > common > doc_background > add background image of your choice. Don't forget to center, left, right or tile..

CouponWCents
07-14-2011, 06:44 PM
How do you add the image? A direct link, html code?

Jeff Ledger
07-14-2011, 06:47 PM
Like this
in the field Background Image
url(YOUR IMAGE URL)

y2ksw
07-15-2011, 08:28 AM
Generally: <body style="background-image: url(local/path/to/image.jpg); background-repeat: no-repeat;">
vBulletin 4 has a style variable which may be setup accordingly with the desired background image.