lplatz
10-07-03, 05:40 PM
Below is the table I'm attempting to RIGHT align "Current_Date_JScript.js". I have used both <DIV align="right"> tags and <align="right">, but have not had success in IE Explorer. It works fine in Netscape 7.0. Anyone recognize this problem and have a workaround?
<table width="700" border="0" cellspacing="0" cellpadding="0" bgcolor="#669966">
<tr bgcolor="#CCCCCC">
<td height="25" width="21">
<div id='MenuPos' style='position:relative; width:20; height:20;'><img src='transparent.gif' width='20' height='20'></div>
</td>
<td height="25" width="275"><a href="../index.html">Home</a></td>
<td height="25" width="189" align="right">
<script type='text/javascript' src='/JScript/Current_Date_JScript.js'></script>
</td>
</tr>
<tr>
<td colspan="3" height="153" valign="top"><img src="Header.jpg" width="700" height="120"></td>
</tr>
</table>
<table width="700" border="0" cellspacing="0" cellpadding="0" bgcolor="#669966">
<tr bgcolor="#CCCCCC">
<td height="25" width="21">
<div id='MenuPos' style='position:relative; width:20; height:20;'><img src='transparent.gif' width='20' height='20'></div>
</td>
<td height="25" width="275"><a href="../index.html">Home</a></td>
<td height="25" width="189" align="right">
<script type='text/javascript' src='/JScript/Current_Date_JScript.js'></script>
</td>
</tr>
<tr>
<td colspan="3" height="153" valign="top"><img src="Header.jpg" width="700" height="120"></td>
</tr>
</table>