|
well I dont see images left aligned but try this. Problem I see now are all those margina around the tables.
if ( $Globals['forumstyle'] == "yes" ) {
$Style['onbody'] = "onbody";
$Style['tableborders'] = "bg1";
$Style['tablesurround'] = "borderwrap";
$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";
}
The problem with there style is all the darn paddings and margins etc which makes it hard to match anything
Last edited by Chuck S; October 10th, 2004 at 04:46 PM.
|