Use CSS margins for right side
This commit is contained in:
@@ -31,9 +31,6 @@
|
||||
<td width="100%" align="center" valign="middle">
|
||||
<?php echo $banner_ad; ?>
|
||||
</td>
|
||||
<td>
|
||||
<img src="<?php echo $apidb_root; ?>images/blank.gif" width=10 height=1 alt="">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
|
||||
@@ -77,7 +77,7 @@ function apidb_header($title = 0)
|
||||
echo "</td>\n";
|
||||
echo "<td width='100%'>\n";
|
||||
|
||||
echo html_frame_start($page_title, '98%');
|
||||
echo html_frame_start($page_title, '100%');
|
||||
|
||||
// Display Status Messages
|
||||
dumpmsgbuffer();
|
||||
|
||||
Reference in New Issue
Block a user