MyBB Community Forums

Full Version: Category Border?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I make a line around this area but not at the top?
I tried before and it made random boxes throughout my threads and in my menu.

[Image: 4DpA9.png]
ACP > Templates > forumbit Templates > forumbit_depth1_cat

Find:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">

Replace with:
<table border="0" cellspacing="0" cellpadding="4" style="border: 1px solid YOUR COLOR HERE;border-top:0;width:100%;">
Ah, thank you, it worked but the corners were not covered.

See here: http://wweforums.net/index.php
With CSS3 rounded corners, depending on the radius, it may not cover entirely.