13-02-2010, 08:32 AM | #1 |
Member
Join Date: Feb 2010
Posts: 16
Rep Power: 0 |
How to add background Image to the forum ?
|
13-02-2010, 08:34 AM | #2 |
Member
Join Date: Dec 2009
Posts: 152
Rep Power: 15 |
In the admin control panel go to
ADMIN> STYLE MANAGER> MAIN CSS> BODY add this line after the backgound color: url(images/background.png) repeat-x top left fixed so it will look like this when your done: #FFFFFF url(images/background.png) repeat-x top left fixed Change the text in RED to the correct path to your background image... you can also change the text in GREEN to: center or top right Depending on where you want the background image placed. If that doesn't work try including this into the EXTRA CSS ATTRIBUTES box along with that edit background-repeat: no-repeat; background-position: center center; hope that helps.... |
13-02-2010, 08:37 AM | #3 |
Member
Join Date: Feb 2010
Posts: 16
Rep Power: 0 |
Wow, tons of thanks for quick response... I will try this and let you know..
|
Bookmarks |
Tags |
background image, vbulletin |
|
|