Adding borders and changing the bg color! It won't work! Adding borders and changing the bg color! It won't work!
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Adding borders and changing the bg color! It won't work!

Started by thelynnied, December 26, 2005, 04:25:49 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

thelynnied

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!  :)

Azrayen

For the white BG :
Your BG color isn't defined. White is default.
the simpliest way is to edit your template.html.
find
<body>
remplace with
<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'

thelynnied

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