hi all
I have a table which is aligned properly in firefox bt not aligned properly in ie, so i want to include this javascript
<script language="JavaScript"
type="text/JavaScript">
if(navigator.appName == "Microsoft Internet Explorer")
{
And place an additional td so the text is aligned in IE. bt how do i insert that within this code?
<table width="500" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">
<!-- the javascript has to be inserted here -->
<!-- iff condition is true then enter create the below column-->
<td valign="top" width="185">
</td>
</td>
</tr>
</table>
Is there another better alternative to do this?
thanks,
rams
I have a table which is aligned properly in firefox bt not aligned properly in ie, so i want to include this javascript
<script language="JavaScript"
type="text/JavaScript">
if(navigator.appName == "Microsoft Internet Explorer")
{
And place an additional td so the text is aligned in IE. bt how do i insert that within this code?
<table width="500" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">
<!-- the javascript has to be inserted here -->
<!-- iff condition is true then enter create the below column-->
<td valign="top" width="185">
</td>
</td>
</tr>
</table>
Is there another better alternative to do this?
thanks,
rams