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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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