dhtmlxtabbar

How can I remove the border around DHTMLXTabbar?

Border defined as part of skin, it can be changed in dhtmlxtabbar.css

.dhx_tabbar_zone .dhx_tabcontent_zone{
border-bottom:1px solid #91A7B4;
border-left:1px solid #91A7B4;
border-right:1px solid #91A7B4;
border-top:0px solid #91A7B4;
}