MyBB Community Forums

Full Version: How to remove internal borders, CSS help?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to remove the internal borders.

I want the border around the outside of the table to remain, but I don't want lines dividing thead, tcat, trow1 and trow2, (tr and td).

Does that make sense? I hope so.

Just incase it doesn't I've attached a image, the lines I've gone over in red are the ones I want to get rid of. The ones I haven't - I want to keep. Smile

[attachment=18106]
Admin CP > Templates & Style > Select your theme > Scroll down and change Inner Table Border Width to 0 Smile
That takes away the outer border too. :s
Click global.css and from the drop down select .tborder. In the box on the right add
border: 1px solid #ccc;

I'm not sure if that's the right color, if not just change #ccc to the right hex color code you want. Wink
Nice one, perfect. Smile