PDA

View Full Version : How to add background Image to the forum ?


Tony
13-02-2010, 07:32 AM
Hi guys, can anybody tell me how to background Image to the forum? Thanks in advance..

neha
13-02-2010, 07:34 AM
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....

Tony
13-02-2010, 07:37 AM
Wow, tons of thanks for quick response... I will try this and let you know.. :cheers: