Author Topic: Background..Help  (Read 4233 times)

0 Members and 1 Guest are viewing this topic.

Offline Jay10

  • Newbie
  • *
  • Posts: 25
    • View Profile
Background..Help
« on: May 07, 2002, 05:36:52 PM »
I want to change the header background color, the background color located in the same area as the "header_logo".  What's it called in the Sytle/css or is it in another file? Thank you

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Background..Help
« Reply #1 on: May 07, 2002, 06:13:10 PM »
style.css:

Code: [Select]
.tablehead {
  background-color: #e8e8e8;
  color: #004c75;
}


Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline Jay10

  • Newbie
  • *
  • Posts: 25
    • View Profile
Background..Help
« Reply #2 on: May 07, 2002, 07:00:46 PM »
Thanks