Page 1 of 1

Background images (?)

Posted: Mon Feb 28, 2011 2:23 am
by candie111
Hello world,

I want the background behind the forum (not the actual forum within the frame) to be an image.

I've used common.css and colors.css to try and change it. Yes, I do purge and refresh every time. Both the cache and the theme. And I have the image in the right folder, AND i'm linking it correctly. Been trying for three hours now. Is that simply not supported?

Re: Background images (?)

Posted: Mon Feb 28, 2011 2:06 pm
by LDM
Depending on your style it may take a little bit more work, what style are you using?

Re: Background images (?)

Posted: Tue Nov 13, 2012 10:58 pm
by sp0k
i got it to work.....test it on my prosilver

what i did..to help someone....

Code: Select all

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #828282;
	background-color: #FFFFFF;
	/*font-size: 62.5%;			 This sets the default font size to be equivalent to 10px */
	font-size: 10px;
	margin: 0;
	padding: 12px 0;
         background-image: url('http://i46.tinypic.com/21k9qgk.jpg');
        background-repeat:repeat-x;
        background-attachment:fixed;

}
i just put this code in

Code: Select all

 background-image: url('http://i46.tinypic.com/21k9qgk.jpg');
        background-repeat:repeat-x;
        background-attachment:fixed;
you can change the repeat from x to y if you like

good luck

Re: Background images (?)

Posted: Wed Nov 14, 2012 4:58 am
by cisco007
thanks, but the last post was about 1 and a half year ago I don't know if the OP, still knows the post is here!

Re: Background images (?)

Posted: Wed Nov 14, 2012 6:40 am
by sp0k
cisco007 wrote:thanks, but the last post was about 1 and a half year ago I don't know if the OP, still knows the post is here!
yea..just was thinking it could help someone else that may need it one day

Re: Background images (?)

Posted: Wed Nov 14, 2012 6:07 pm
by cisco007
ok