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
The link http://helendallimore.diva-host.com/gallery/index.php is down for me. Review.
seems to be .maintable class (use the web developper toolbar for FF to see what class are used)
thanks I much have missed that
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
open template.html from your theme and modify this line
<td valign="top" style="border: 1px solid #CCD7E0; background-color: #FFFFFF;">