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 ;)
We're not mind readers, so you better post a link...
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/ (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 :-\)
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;
}
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 ;)