MyBB Community Forums

Full Version: Borders
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I put a border to this

[Image: 72108761.png]
http://img34.imageshack.us/img34/5621/72108761.png

So it should look like this

[Image: 86027653.png]
http://img202.imageshack.us/img202/6576/86027653.png

I think its the Tborder
Yeah, if you know CSS just change the background of .tborder to whatever colour you want then go to the theme settings and change the cell spacing to whatever you want (1px would be best)
This is my .tborder

}

.tborder {
background: #b8cadd;
width: 100%;
margin: auto auto;
border: 1px solid #0F5C8E;
}


But still, I can't see the border I want to see
Admin CP --> Templates & Style --> *YOUR THEME NAME*

Scroll down to the last setting and change to 1px Wink
Oh, thanks man!
You're welcome! Toungue