MyBB Community Forums

Full Version: Table Border to match rest of theme?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am just messing with tables in mybb, with classes such as thead, tcat, trows etc, but i was just wondering how to get the border around the edge of such a table to match the rest of the forum.

On the tables i am using, doing table border="1" gives a black and white bog standard border, but the rest of my forum, it is blue.

Pic of the difference below.
Where are you editing it? In the global.css file? Try this:

border: 1px solid #81A2C4;
I'm just using Page Manager, trying some different layouts, i was hoping theme properties would be inherited if that makes sense.

Solved.

I found adding:

class="tborder"

Gave the desired effect.