I'm having problems getting the link to show in IE6. In Firefox, the link does show though.
The link is this part:
Here's the whole code:
Could you please help me out?
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:







