forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: thelynnied on December 26, 2005, 04:25:49 am

Title: Adding borders and changing the bg color! It won't work!
Post by: thelynnied on December 26, 2005, 04:25:49 am
In my gallery - http://www.lynnie-d.com/gallery
The part of the background that is white, I would like to be the same color as the main background which is color code #202020 but I can't find it in the codes anywhere! Am I missing it? Also, I would like the column borders back around the categories.. to also be #202020 but I can't find them either. Can someone help? thanks!  :)
Title: Re: Adding borders and changing the bg color! It won't work!
Post by: Azrayen on December 26, 2005, 03:41:25 pm
For the white BG :
Your BG color isn't defined. White is default.
the simpliest way is to edit your template.html.
find
Code: [Select]
<body>remplace with
Code: [Select]
<body bgcolor="#202020">
For the borders, you'll have to change "maintable" or "tableh1" parameters in your theme's style.css (I don't know which of the two, and sorry but I'm at work and can't check it out now. Just try !).

Regards,
Azrayen'
Title: Re: Adding borders and changing the bg color! It won't work!
Post by: thelynnied on December 26, 2005, 05:24:08 pm
Hmm.. I changed the bg color and it is still white? it should because I've changed all the backgrounds on both style.css and template.html so none should still be white? I thought I added the borders to the maintable and tableh1 but neither worked...so I'm not sure about that either? Sorry so many questions! lol