Author Topic: Changing bgcolor of space around categories  (Read 4299 times)

0 Members and 1 Guest are viewing this topic.

Offline tattooyu

  • Pre-Newbie
  • Posts: 4
    • View Profile
    • http://www.jeddrah.com
Changing bgcolor of space around categories
« on: March 26, 2003, 09:50:47 PM »
Hi there and thanks in advance for the help.

My page:  http://www.jeddrah.com/scripts/4images

I am trying to change the color AROUND the category/subcategory list.  As you can see the white doesn't look very appealing.  I went through every template, the PHP files and style.css..

Where is it getting this color from?

Thanks again.


-Kenny

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Changing bgcolor of space around categories
« Reply #1 on: March 26, 2003, 10:10:14 PM »
First, I dont know what did u do to templates :? but, u have 3 times <BODY> tag and 2 times <HEAD> tags on one page!

Second, u have:
Code: [Select]
                 <table width="100%" border="0" cellspacing="0" cellpadding="3">
                    <tr>
                      <td class="tableheader" valign="top">Categories</td>
                    </tr>
                    <tr>
                      <td valign="top">

as u can see, first <TD> has class, but second doesnt, u should either put some class into second <TD>, or put it in the <TABLE>
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline tattooyu

  • Pre-Newbie
  • Posts: 4
    • View Profile
    • http://www.jeddrah.com
Bgcolor for table
« Reply #2 on: March 26, 2003, 10:23:21 PM »
Thank you very much for the quick reply!