help in background image
Submitted by nobrains on Sat, 2008-06-21 20:21.
i wanted to know how to change the background image of the main page.
i tried changing the album.tpl.php in the BORDERS directory since m using the
borders theme.. what i did was i added background="[imagelocation]" in the body tag.. but it didnt work for me... please help!!
Thanks.

don't change the .tpl
don't change the .tpl files
change the default.ccs file in the themes map you use
e.g.
TABLE.BODY{
border-style: solid;
border-color: ;
border-width: 2px;
background-color: ;
background-image: url('/phpalbum/themes/Borders/mybackground.gif')
}
should work
And you should change the
And you should change the background color in Setup-Themes to be similar to that background image. Otherwise the shadow-images will not be very nice if you use them. But you can switch off them in Setup-Themes too, may be that is better if you use background image.