Background problem Background problem
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Background problem

Started by Manfry, September 21, 2005, 11:30:00 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Manfry

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.

Stramm

#1
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

anna.y

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




Manfry

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.

Manfry

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