PHP Help- Changing Table Color

Discussion in 'PHP' started by DTHBAH2006, Jan 21, 2007.

  1. #1
    DTHBAH2006, Jan 21, 2007 IP
  2. projectshifter

    projectshifter Peon

    Messages:
    394
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #2
    style.css is what you want, look at the css entry:
    
    button {
    	font-family: Verdana, sans-serif;
    	font-size: 10px;
    	font-weight: bold;
    	text-transform: uppercase;
    	[b]background-color: steelblue;[/b]
    	border: 1px outset #006595;
    	color: white;
    }
    Code (markup):
     
    projectshifter, Jan 21, 2007 IP
  3. DTHBAH2006

    DTHBAH2006 Active Member

    Messages:
    988
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    70
    #3
    Hi Projectshifter,

    I tried it...didn't work....

    Any other suggestions?

    dthbah2006
     
    DTHBAH2006, Jan 21, 2007 IP
  4. projectshifter

    projectshifter Peon

    Messages:
    394
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Actually it was "buttons" not "button" you needed to change. I hate people who can't come up with good naming conventions :p
    
    .buttons td {
    	text-align: center;
    	[b]background-color: steelblue;[/b]
    }
    
    Code (markup):
    That should do it.
     
    projectshifter, Jan 21, 2007 IP
  5. DTHBAH2006

    DTHBAH2006 Active Member

    Messages:
    988
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    70
    #5



    I changed the steelblue and it stayed the same color.

    I'm sure it is simple but I am at a loss at this point.

    dthbah2006
     
    DTHBAH2006, Jan 22, 2007 IP
  6. jgarrison

    jgarrison Peon

    Messages:
    66
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    background-color: #E4EBF8; is the light blue color of the left table

    The border-right, border-top, and border-bottom colors are the darker blue border surrounding the left table.

    background-color: steelblue is the background colors of the Home, Post Ad, Post Event, and Post Image links.

    -Jim
     
    jgarrison, Jan 22, 2007 IP
  7. DTHBAH2006

    DTHBAH2006 Active Member

    Messages:
    988
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    70
    #7
    Right on the money Jim.

    Thanks So Much!

    dthbah 2006
     
    DTHBAH2006, Jan 22, 2007 IP