fix longstanding issue with td back image in left colum row 2

This commit is contained in:
angles 2001-09-20 00:04:31 +00:00
parent c5a54adbaf
commit 0806b4cce1
2 changed files with 38 additions and 42 deletions

View File

@ -1,7 +1,4 @@
<!-- BEGIN footer --> <!-- BEGIN footer -->
</td>
</tr>
</table>
<br> <br>
<!-- BEGIN B_powered_bottom --> <!-- BEGIN B_powered_bottom -->
@ -15,7 +12,6 @@
<!-- END B_powered_bottom --> <!-- END B_powered_bottom -->
<p>&nbsp;</p> <p>&nbsp;</p>
</td> </td>
</tr> </tr>
</table> </table>

View File

@ -9,34 +9,15 @@
the margin items could be merged into head, as head already supplies some the margin items could be merged into head, as head already supplies some
the variables for onLoad are set in navbar --> the variables for onLoad are set in navbar -->
<table width="100%" height="100%" cellspacing="0" cellpadding="0" border="0"> <table border="0" width="100%" height="100%" cellspacing="0" cellpadding="0">
<tr> <tr>
<td width="154" valign="top" background="{img_root}/nav_bar_left_spacer.gif"> <td width="154" align="left" background="{img_root}/em.gif">
<!-- left nav table --> <img src="{img_root}/logo.gif">
<table border="0" cellpadding="0" cellspacing="0" width="154">
<tr>
<td valign="top" width="154" background="{img_root}/em.gif">
<img src="{img_root}/logo.gif">
</td>
</tr>
<tr>
<td>
<img src="{img_root}/right_nav_bar.gif" border="0" name="one">
</td>
</tr>
<!-- applications supplies their own tr's and td's -->
{applications}
<tr>
<td><img src="{img_root}/nav_bar_left_top_bg.gif"></td>
</tr>
</table>
</td> </td>
<td width="100%" valign="top"> <td width="100%">
<!-- top right table --> <table cellpadding="0" cellspacing="0" border="0" width="100%">
<!-- this TD background image moved to body element -->
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr> <tr>
<td background="{img_root}/nav_top_spacer.gif" align="left" height="30"> <td background="{img_root}/nav_top_spacer.gif" align="left">
<font size="{user_info_size}" color="{user_info_color}"> <font size="{user_info_size}" color="{user_info_color}">
<strong>{user_info_name}<br>{user_info_date}</strong></font> <strong>{user_info_name}<br>{user_info_date}</strong></font>
</td> </td>
@ -44,20 +25,39 @@
<font size="{powered_by_size}" color="{powered_by_color}">{powered_by}&nbsp;<br>{current_users}&nbsp;</font> <font size="{powered_by_size}" color="{powered_by_color}">{powered_by}&nbsp;<br>{current_users}&nbsp;</font>
</td> </td>
</tr> </tr>
</table>
</td>
</tr>
<tr>
<td width="154" align="left" background="{img_root}/top_spacer_middle.gif">
<!-- the td background image is the important one in this row, it has the silver linuing at the bottom -->
<!-- this img inside the td is not visually relevant, just to put something here -->
<img src="{img_root}/top_spacer_middle.gif">
</td>
<td width="100%" align="right" background="{img_root}/top_spacer_middle.gif">
<!-- right top nav table -->
<table cellpadding="0" cellspacing="0" border="0" height="15">
<tr> <tr>
<td colspan="2" background="{img_root}/top_spacer_middle.gif" align="right" width="100%"> <td><a href="{home_link}" onMouseOver="nine.src='{img_root}/rollover/welcome_over.gif'" onMouseOut="nine.src='{img_root}/welcome.gif'"><img src="{img_root}/welcome.gif" border="0" name="nine"></a></td>
<!-- right top nav table --> <td><a href="{preferences_link}" onMouseOver="ten.src='{img_root}/rollover/preferences_over.gif'" onMouseOut="ten.src='{img_root}/preferences.gif'"><img src="{img_root}/preferences.gif" border="0" name="ten"></a></td>
<table cellpadding="0" cellspacing="0" border="0" height="15"> <td><a href="{logout_link}" onMouseOver="eleven.src='{img_root}/rollover/log_out_over.gif'" onMouseOut="eleven.src='{img_root}/log_out.gif'"><img src="{img_root}/log_out.gif" border="0" name="eleven"></a></td>
<tr> <td><a href="{help_link}" onMouseOver="help.src='{img_root}/rollover/help-over.gif'" onMouseOut="help.src='{img_root}/question_mark.gif'"><img src="{img_root}/question_mark.gif" border="0" name="help"></a></td>
<td><a href="{home_link}" onMouseOver="nine.src='{img_root}/rollover/welcome_over.gif'" onMouseOut="nine.src='{img_root}/welcome.gif'"><img src="{img_root}/welcome.gif" border="0" name="nine"></a></td>
<td><a href="{preferences_link}" onMouseOver="ten.src='{img_root}/rollover/preferences_over.gif'" onMouseOut="ten.src='{img_root}/preferences.gif'"><img src="{img_root}/preferences.gif" border="0" name="ten"></a></td>
<td><a href="{logout_link}" onMouseOver="eleven.src='{img_root}/rollover/log_out_over.gif'" onMouseOut="eleven.src='{img_root}/log_out.gif'"><img src="{img_root}/log_out.gif" border="0" name="eleven"></a></td>
<td><a href="{help_link}" onMouseOver="help.src='{img_root}/rollover/help-over.gif'" onMouseOut="help.src='{img_root}/question_mark.gif'"><img src="{img_root}/question_mark.gif" border="0" name="help"></a></td>
</tr>
</table>
</td>
</tr> </tr>
</table>
</td>
</tr>
<tr>
<td width="154" align="left" valign="top" background="{img_root}/nav_bar_left_spacer.gif">
<!-- left nav table -->
<table border="0" cellpadding="0" cellspacing="0" width="154">
<!-- applications supplies their own tr's and td's -->
{applications}
<tr> <tr>
<td colspan="2"> <td><img src="{img_root}/nav_bar_left_top_bg.gif"></td>
<br> </tr>
</table>
</td>
<td width="100%" align="left" valign="top">
<!-- this TD background image moved to body element -->
<br>
<!-- END navbar --> <!-- END navbar -->