background-color:#F5F5F5;
background-image:url(/bg.jpg);
background-repeat:repeat-x;
Thanks Erich73 for any info
I am not sure how to use the code you provided.What i have is
<body background="picbg.jpg">
The images show on the pages except on the member and each group pages
how would I use the code
thanks
Do not change the markup directly, likely you have not added your ‘code’ to every instance of the pages that require it, regardless this isn’t the corect approach for many reasons that I won’t labour.
you should add images such as this using the background property but from the primary stylesheet for your theme with the graphic itself uploaded to whatever directory exists for iamges in that theme directory. If you find and open your primary stylesheet you will probably see examples of the background property used to place graphics on other elements so simply copy the example to the body element while replacing the graphics file name to the one you want.