Here is the code used in the index.php file:
Code: Select all
<body>
<div id="container">
<div id="main">
<div id="logo"><a href="index.php" title="Webpage title"><img src="images/template/logo_v3.gif" width="257" height="55" alt="Company Name" /></a></div>
<div id="top_navigation">
<? include '_incl/top_navigation.html'?>
</div>
<div id="banner" class="home">
<p>Company text line one</p>
<p>Company text line two</p>
<p>Company text line three</p>
<p><a href="contact.php" title="Contact company">Contact</a></p>
</div>
<div id="main_content">
<h1>WELCOME</h1>
company text<br />
more company text
<p>business history</p>
<p>more business history</p>
<p>more historu</p>
<? include '_incl/hp_lead_modules.html'?>
<p>
</div>
<div id="right_modules">
<? include '_incl/module_latest_news.html'?>
<? include '_incl/module_map.html'?>
<? include '_incl/module_qualify.html'?>
</div>
<br clear="all" />
</div>
<? include '_incl/footer.html'?>
</div>
</body>Code: Select all
<script type="text/javascript" language="JavaScript1.2" src="js/business-name-top-navigation.js"></script>
Appreciate any advice or help,
Thanks