[solved] How to add a background picture to a Basic Theme Framework
Posted: Tue Feb 05, 2008 6:37 am
Hi,
I just installed the Basic Framework: 'wireframe1colwnews.xml' from http://themes.cmsmadesimple.org/Theme_Frameworks.html in order to design a new site.
Now I come to the first hurdle: I don't manage to get a picture in the background. I tried to insert some code in the stylesheet line about the body div. The Stylesheet I assume the proper one is 'wireframe1colwnews : JSlayout1col':
This doesn't work.
I verified in other stylesheets if the referred path is correct and it seems to be the case.
Perhaps someone could help me with this. Probably Mark can since he posted the Framework.
Cheers, Arthur
I just installed the Basic Framework: 'wireframe1colwnews.xml' from http://themes.cmsmadesimple.org/Theme_Frameworks.html in order to design a new site.
Now I come to the first hurdle: I don't manage to get a picture in the background. I tried to insert some code in the stylesheet line about the body div. The Stylesheet I assume the proper one is 'wireframe1colwnews : JSlayout1col':
Code: Select all
....
html,body
{
background: url(uploads/images/picture.gif) no-repeat 0 12px;
margin:0;
padding:10px 0 20px
}
I verified in other stylesheets if the referred path is correct and it seems to be the case.
Perhaps someone could help me with this. Probably Mark can since he posted the Framework.
Cheers, Arthur