Posted November 14, 200519 yr Hi I have a small problem that I can't find where I change my borders in IPB 2.1.0. Let me define which borders I'm talking about: I need to know what class they go under so I can change the color on it. I'd appreciate a speedy answer by anyone. Thanks, Soul
November 14, 200519 yr It's the table background color, forget which class it is off the top of my head. The border effect is created by setting cellspacing=1 in the table cells.
November 14, 200519 yr Should get you started.borderwrap, .borderwrapm{ /* this will affect the outlining border of all the tables and boxes through-out the skin. */ background: #FFF; border: 1px solid #072A66; padding: 0px; margin: 0px; }
Archived
This topic is now archived and is closed to further replies.