PDA

View Full Version : Need forum background code help please?


phonexpo
08-31-2006, 09:00 PM
I'm have a pic set up that I want to use as my forum background, but it shows up more than once on the page. How can I center it, make it static and just one of the pic viewable?

I have the url(image.gif) as the code in the body area in Main CSS, I just need to do the above. :confused:

Thanks,

Patrick

sandrodz
08-31-2006, 09:24 PM
background-image: url(images.gif);
background-position: center middle;
background-repeat: no-repeat;

that should do it

phonexpo
08-31-2006, 09:49 PM
Hi,

I put this in "url(test.gif);no-repeat;center middle" but it's still the same. :(

Freesteyelz
09-01-2006, 03:31 AM
Use the semi-colon if your using the "Extra CSS Attributes" in the Body tag. If you're using the "Background" only remove the semi-colons. :)