I have a problem with the main background. Check my site at http://www.manfry.it/fotografie/ and you will see that the background image is missing even if i added it in the body tag inside template.html. You can see that the background works if it's added as a table background, but i want to resize coppermine's main table and show the background below it.
no, it's not missing..
there are just some tables over your background... so you see the table background and not the body background
You can either set the table backgrounds transparent (css -> search google)
or add the background to the tables too.
edit: reread your question... I guess in the classic theme you need to add the bg to the first table. That's a container for everything
I had exactly the same problem Manfry and it took a lots of expert help from here to finally get what I wanted.
I had to set body background image in both the template and CSS.
Good luck
Anna
Quote from: Stramm on September 21, 2005, 12:41:54 PM
edit: reread your question... I guess in the classic theme you need to add the bg to the first table. That's a container for everything
Thanks for your reply. It's what I did:
<body background="themes/classic/images/2.jpg">
<table align= center width="760" height="100%" border="0" cellpadding="20" cellspacing="20" background="themes/classic/images/2.jpg">
But I've also resized that table and set the background inside the body tag.
@anna.y
QuoteI had to set body background image in both the template and CSS.
I will look inside the CSS to find a solution. Thanks a lot.
I don't know why but when I tried to edit the CSS this morning, it didn't work...
But now I've deleted the white background from the CSS again and it worked... ;D