Right margin through CSS

This commit is contained in:
Paul van Schayck
2004-12-19 01:04:00 +00:00
committed by WineHQ
parent 9932fee842
commit 53e726bd4b

View File

@@ -197,7 +197,7 @@ function html_frame_start($title = "", $width = "", $extra = "", $innerPad = 5)
if ($width) { $width = 'width="'.$width.'"'; } if ($width) { $width = 'width="'.$width.'"'; }
$str = '<table '.$width.' border=0 cellpadding=0 cellspacing=0 align=center>'."\n"; $str = '<table '.$width.' border=0 id="mainTable" cellpadding=0 cellspacing=0 align=center>'."\n";
if ($title) if ($title)
{ {