I've just started with Zenphoto and I'm using the default theme. Is it possible to upload a background image to the front page - or indeed to any page? If I can't do this with the default theme are there any themes that allow it?
I find that if I change the two different "background" settings above to different colours, it works - so I know I'm modifying the right script. But when I set the background to an image file, e.g. "Picture 021.jpg" my page background does not change. I assumed I had to upload the "Picture 021.jpg" file to "images" folder in my themes directory, which I did.
Comments
For exmaple:
http://www.echoecho.com/htmlbackgrounds02.htm
/* Main Layout
------------------------------ */
body {
background: #F5F5F3;
margin: 0px;
padding: 0px 0px 50px;
text-align: center;
}
#main {
text-align: left;
margin: 20px auto;
width: 685px;
background: #fff;
padding: 20px 30px 70px;
border-top: 1px solid #E6E6DF;
border-right: 1px solid #E6E6DF;
border-bottom: 5px solid #E6E6DF;
border-left: 1px solid #E6E6DF;
}
I find that if I change the two different "background" settings above to different colours, it works - so I know I'm modifying the right script. But when I set the background to an image file, e.g. "Picture 021.jpg" my page background does not change. I assumed I had to upload the "Picture 021.jpg" file to "images" folder in my themes directory, which I did.
Any ideas? Thanks.