Unstoppable Domains

Link doesn't show in Internet Explorer 6

Spaceship Spaceship
Watch

hitman

Established Member
Impact
0
I'm having problems getting the link to show in IE6. In Firefox, the link does show though.

The link is this part:

PHP:
<p align="center"><a href="about.html">Enter Aqualine Logistics Website</a></p>

Here's the whole code:

PHP:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<LINK HREF="style.css" TYPE="text/css" REL="stylesheet">
<title>Aqualine Logistics Limited</title>
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
#mt {                /* All browsers */
 background-image: url(images/index_bg.jpg)
}

* html #mt {     /* Only IE */
 background-image: url(images/index_bg.jpg)
}

a:link, a:visited, a:active {
	color: #444444;
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration: underline;
}

a:hover {
	color: #000000;
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration: underline;
}

-->
</style></head>
<body>
<table id="mt" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0"  width="100%" border="0" cellpadding="0" cellspacing="0" style="background-repeat:repeat-x; background-position: center; height:100%">
  <tr>
    <td id="ma" align="center" valign="middle" style="background-repeat: no-repeat; background-position: center; height:100%" ><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
           codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"
           width="450" height="240">
        <param name="movie" value="aqualine.swf">

        <param name="quality" value="high">
        <param name="menu" value="false">
        <!--[if !IE]> <-->
        <object data="aqualine.swf"
            width="450" height="240" type="application/x-shockwave-flash">
          <param name="quality" value="high">
          <param name="menu" value="false">
          <param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer">
          FAIL (the browser should render some flash content, not this).
        </object>

        <!--> <![endif]><p align="center"><a href="about.html">Enter Aqualine Logistics Website</a></p>
    </object>
   </td>
  </tr>
</table>
</body> 
</html>

Could you please help me out?
 
Last edited:
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
Unstoppable DomainsUnstoppable Domains
Try this:
Code:
<body>

<table id="mt" width="100%" border="0" cellpadding="0" cellspacing="0" style="margin: 0; background-repeat:repeat-x; background-position: center; height:100%">
<tbody>
<tr>
	<td id="ma" align="center" valign="middle" style="background-repeat: no-repeat; background-position: center; height:100%">
	<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="450" height="240">
	<param name="movie" value="aqualine.swf" />
	<param name="quality" value="high" />
	<param name="menu" value="false" />
	<!--[if !IE]>
	<object data="aqualine.swf" width="450" height="240" type="application/x-shockwave-flash">
	<param name="quality" value="high" />
	<param name="menu" value="false" />
	<param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer" />
	FAIL (the browser should render some flash content, not this).
	</object>
	<![endif]-->
	</object>
	<p align="center"><a href="about.html">Enter Aqualine Logistics Website</a></p>
	</td>
</tr>
</tbody>
</table>

</body>
 
0
•••
SecondVersion, this makes the link show in IE6 and Firefox, but the Flash movie now only shows in IE6 :-S

I've added the full code, in case there's a mistake in the rest of the code
 
Last edited:
0
•••
Dynadot โ€” .com Registration $8.99Dynadot โ€” .com Registration $8.99
Unstoppable Domains
Domain Recover
DomainEasy โ€” Zero Commission
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back