MyBB Community Forums

Full Version: Border Support - Separate Table
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I'm trying to make rounded borders in a separate table.


Nothing seems to work?


//BORDER CSS

<style type="text/css">
.border {border: 1px solid #000000;}
</style>

//TABLE
<table cellpadding="0" cellspacing="0" style="border: 1px #0F5C8E solid; background-color:#101010; width: 100%;">


Where do I put the code?