The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I am running just vBForum, but I have made custom pages thanks to Lynne and I'd like to add a background to my site. I have made the background, I just need to upload it and code it in!!
I have no idea where to even start with this, I have looked in all stylevars for background and can't find anything where I can add an image!! Any help on the matter would be greatly appreciated. |
|
#2
|
|||
|
|||
|
try this in your header template...
<style> html { background: #000000; } </style> or <style> html { background: #000000 url( ![]() } </style> |
|
#3
|
|||
|
|||
|
Thanks!! Has sorted it a treat.
|
|
#4
|
||||
|
||||
|
Or you can go into StyleVars by going to Style Manager > All style Options > Style Vars > edit doc_background, use and image.
|
![]() |
|
|