News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

[Solved]: Problem with the gallery in a page of a site

Started by Raiden ninja, May 11, 2008, 04:46:29 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Raiden ninja

Hi everyone,
im new in the forum, i have a problem with a site... i have imposted a section of the site for the photogallery using coppermine,
the page is imposted like: witch a iframe show the photogallery in the page... but i have a problem... i setted the backgrounds for the page to white (like the site backgroud) but when i see the page i see a grey background....

... now i wanna know... how i can change the background for the site in this page/section? ???

ThX 4 the help  ;)

Joachim Müller

We're not mind readers, so you better post a link...

Raiden ninja

Quote from: Joachim Müller on May 11, 2008, 08:17:48 PM
We're not mind readers, so you better post a link...
Ok, the home page link is: http://www.hollywood-club.it/joomla1.5/
then, click on "Photogallery" in the menu at the left, you will see the change, the background of the page is grey instead of white... the page is imposted like this: the site is structurated with joomla, in that section is used a wrapper for show the coppermina gallery maded by mehdi

i hope i show my problem in the right way... thx for the help  ;) (sorry for the english error im not english  :-\)

steveeh131047

Try editing this CSS file:

http://www.hollywood-club.it/coppermine2/themes/classic/style.css

Change the third line from:

body {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        background : #CCCCCC;
        color : Black;
        margin: 0px;
}


to:

body {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        background : #ffffff;
        color : Black;
        margin: 0px;
}



Raiden ninja

Quote from: steveeh131047 on May 12, 2008, 11:02:48 PM
Try editing this CSS file:

http://www.hollywood-club.it/coppermine2/themes/classic/style.css

Change the third line from:

body {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        background : #CCCCCC;
        color : Black;
        margin: 0px;
}


to:

body {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        background : #ffffff;
        color : Black;
        margin: 0px;
}



Thanks so much... problem resolved  :o  ;)