PDA

View Full Version : Background Graphics Repeating


james300
12-31-2007, 03:46 AM
Hi there,

Have already done some searching on this topic, but can't quite find the correct answer.

My forum uses a bg image... I do not want it to repeat, simply want it to display at the top of the page and then not repeat... What I have seems to work well on the main forums page here:

http://forums.mactropolis.com

But compare that to most interior pages where the background repeats wherever a new template begins... for example:

http://forums.mactropolis.com/f2/mactropolis-forums-coming-soon-30/

I'm hoping this issue can be corrected easily by editing the main css settings instead of digging into the template code!

See what I mean? Little help? :)

Fraik
12-31-2007, 06:52 AM
Have you set a no-repeat attribute for the background in your CSS file? You could create a new class that has your background, too.

james300
12-31-2007, 02:16 PM
Yeah I have. I have this set for the page background:

#FFFFFF url(http://www.mactropolis.com/images/forumsbg/forumsbg.jpg) repeat-x top left

I've tried editing this up a bit, using 'no-repeat' and nothing seems to make a difference. Strange that the bg displays nicely on main forum pages, but on actual thread pages things are messed up!