I am having a strange problem here. whenever i make a link to a paticular text e.g. Home is linked to 'index.html'
The text 'index.html' automatically appears after the text home.
Attached are also the code and the screenshot.
here is code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>White Feather India</title>
<script>
var flashvars = {};
var params = { scale: "exactFit" };
var attributes = {};
swfobject.embedSWF("myContent.swf", "flash", "100%", "100%", "9.0.0","expressInstall.swf", flashvars, params, attributes);
</script>
<link href="css/style.css" rel="stylesheet" type="text/css" />
<link href="css/ie.css" rel="stylesheet" type="text/css" />
<link href="css/screen.css" rel="stylesheet" type="text/css" />
<link href="css/print.css" rel="stylesheet" type="text/css" />
<link href="css/src/forms.css" rel="stylesheet" type="text/css" />
<link href="lab/louisremi-menu-effects-f88777d/louisremi-menu-effects-f88777d/css/menu-effects.css" rel="stylesheet" type="text/css" />
<link href="lab/louisremi-menu-effects-f88777d/louisremi-menu-effects-f88777d/css/style.css" rel="stylesheet" type="text/css" />
<script src="lab/louisremi-menu-effects-f88777d/louisremi-menu-effects-f88777d/js/menu-effects.js" type="application/javascript"></script>
<script src="../scripts/swfobject_modified.js" type="text/javascript"></script>
<link href='http://fonts.googleapis.com/css?family=Cabin:400,600,700' rel='stylesheet' type='text/css'>
<body>
<div class="containhead">
<div id="header" class="span-24 last">
</div>
</div>
<br /><br />
<div class="container">
<div class="span-12 prepend-3 last" >
<div id="main" role="main">
<ul id="menu3" class="menu">
<li tabindex="0">
<a href="index.html">Home</a>
<ul class="submenu shield">
</ul>
</li>
<li tabindex="0">
About Us
<ul class="submenu shield">
<li>What We Do?</li>
<li>Infrastructure</li>
<li>Meet Our Team</li>
</ul>
</li>
<li tabindex="0">
Services
<ul class="submenu shield">
<li>Eventz</li>
<li>Promotions</li>
<li>Media</li>
</ul>
</li>
<li tabindex="0">
Contact Us
<ul class="submenu shield">
</ul>
</li>
</ul>
</div>
</div>
</div>
<br />
<!-- Logo and the clouds goes here-->
<div class="span-25" style="z-index:0;" >
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="1024" height="170" id="FlashID" title="clouds">
<param name="movie" value="swf/clouds.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="swfversion" value="6.0.65.0" />
<!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
<param name="expressinstall" value="../scripts/expressInstall.swf" />
<!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="swf/clouds.swf" width="1024" height="170">
<!--<![endif]-->
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="swfversion" value="6.0.65.0" />
<param name="expressinstall" value="../scripts/expressInstall.swf" />
<!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
<div>
<h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
</div>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
</div>
<!-- Logo and the clouds goes here-->
<!--<div class="container">
<div class="span-22 last">
<img src="images/divider.PNG" />
</div>
</div>-->
<div class="container">
<div class="span-6" style="color:#FFF;"> </div>
<div class=" span-12 prepend-top last">
<p class="para">
After being a sucess in U.A.E White Feather continues to provide services to its precious customers. We have a wide range of solutions for you, be it Events, Media, Matrimony, etc, we provide it all. Lead by a team experienced in their respective industry background, located in heart of tech hub in the economic capital of India i.e. Mumbai.</p>
</div></div>
<div class="containhead">
<div id="footer" class="span-24 last">
</div>
</div>
<script type="text/javascript">
swfobject.registerObject("FlashID");
</script>
</body>
</html>