|
Well I will recheck ib2 but the last time I checked those styles existed just fine. I wonder if this is some new style or custom one?
You can try this out in the bottom of your ib2.php file and see if things look different
if ( $Globals['forumstyle'] == "yes" ) {
$Style['onbody'] = "onbody";
$Style['tableborders'] = "tablepad";
$Style['tablesurround'] = "";
$Style['tddetails'] = "row1";
$Style['tdbackground'] = "darkrow3";
$Style['tdnothumbs'] = "maintitle";
$Style['menubar'] = "maintitle";
$Style['menubarnb'] = "";
$Style['catcolumn'] = "row1";
$Style['photocol'] = "row2";
$Style['commentscol'] = "row2";
$Style['lastphocol'] = "row2";
$Style['lastcommcol'] = "row1";
$Style['small'] = "desc";
$Style['medium'] = "normalname";
$Style['large'] = "font-size: 14pt;";
$Style['welcome'] = "desc";
$Style['lighttable'] = "row1";
$Style['alternatetable'] = "row2";
$Style['formboxes'] = "input";
$Style['blockquote'] = "postcolor";
}
|