how do I change this one bit? how do I change this one bit?
 

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

how do I change this one bit?

Started by debragrant, July 18, 2007, 03:42:56 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

debragrant

my gallery is here.

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

Joachim Müller


François Keller

seems to be .maintable class (use the web developper toolbar for FF to see what class are used)
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog

debragrant


debragrant

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

François Keller

open template.html from your theme and modify this line
<td valign="top" style="border: 1px solid #CCD7E0; background-color: #FFFFFF;">
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog