Log in

View Full Version : Can anyone tell me how to change the background


Gaz.t
12-13-2002, 01:11 PM
I have a nice christmas background and want to change from a white background to a christmas on i have !!


Any help :)

Dean C
12-13-2002, 03:02 PM
add this to your <body> tag in the replacement section of the admin cp:


background="{ imagesfolder}/pagebg.gif"


Ignore the gap in images folder and then just upload your page background to your forums images directory :D

Regards

- miSt

Gaz.t
12-13-2002, 04:24 PM
im just getting this at the top of my forum

background="{ imagesfolder}/pagebg.gif"

can you be a little more detialed

Dean C
12-13-2002, 06:18 PM
Ok

Goto into your admin cp:

Goto Replacements ...

Then for you <body> replacement you should have something that looks like this at the moment:

<body bgcolor="#000000" ........

It should be quite large

Right after the <body part put "background="{ imagesfolder}/pagebg.gif"

So it should look something like this:


<body background="{ imagesfolder}/pagebg.gif ..........


- miSt