coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: debragrant on July 18, 2007, 03:42:56 PM

Title: how do I change this one bit?
Post by: debragrant on July 18, 2007, 03:42:56 PM
my gallery is here (http://helendallimore.diva-host.com/gallery/index.php).

The is some white that I want to change to the same colour as the most outer colour but I can't find were this section is in css
Title: Re: how do I change this one bit?
Post by: Joachim Müller on July 18, 2007, 03:48:45 PM
The link http://helendallimore.diva-host.com/gallery/index.php is down for me. Review.
Title: Re: how do I change this one bit?
Post by: François Keller on July 18, 2007, 03:49:55 PM
seems to be .maintable class (use the web developper toolbar for FF to see what class are used)
Title: Re: how do I change this one bit?
Post by: debragrant on July 18, 2007, 03:55:48 PM
thanks I much have missed that
Title: Re: how do I change this one bit?
Post by: debragrant on July 18, 2007, 04:03:03 PM
i went to

.maintable {
border: 1px solid #dcced3;
background-color: #FFFFFFF;
margin-top: 1px;
margin-bottom: 1px;}

changed the background colour but nothing happened.

using web developer i just get 'no style information' when I highlight that section
Title: Re: how do I change this one bit?
Post by: François Keller on July 18, 2007, 05:28:20 PM
open template.html from your theme and modify this line
<td valign="top" style="border: 1px solid #CCD7E0; background-color: #FFFFFF;">