KoolTabs supports adding any html to tab content. Above example show you how to add a custom Close button to tabs
Please have a look at code section for more details.
span style="color: #ff0000;">"/KoolTabs/kooltabs.php""kts");
$kts->scriptFolder = $KoolControlsFolder."/KoolTabs";
$kts->styleFolder = "vista";
$html = "<img class='btnclose' onmouseover='m_over(this)' onmouseout='m_out(this)' onclick=\"remove('home')\" src='Images/closenormal.gif' />Home";
$kts->addTab("root","home""120px");
$html = "<img class='btnclose' onmouseover='m_over(this)' onmouseout='m_out(this)' onclick=\"remove('products')\" src='Images/closenormal.gif' />Products";
$kts->addTab("root","products""120px");
$html = "<img class='btnclose' onmouseover='m_over(this)' onmouseout='m_out(this)' onclick=\"remove('services')\" src='Images/closenormal.gif' />Services";
$kts->addTab("root","services""120px");
$html = "<img class='btnclose' onmouseover='m_over(this)' onmouseout='m_out(this)' onclick=\"remove('company')\" src='Images/closenormal.gif' />Company";
$kts->addTab("root","company""120px");
$html = "<img class='btnclose' onmouseover='m_over(this)' onmouseout='m_out(this)' onclick=\"remove('contactus')\" src='Images/closenormal.gif' />Contact Us";
$kts->addTab("root","contactus""120px""form1" method="post">
<style type="text/css""text/javascript"'Images/closeover.gif''Images/closenormal.gif'"padding:10px;"