One of the 1st things I see is that you have info in the header file that should not be.
In particular:
Code:
<html>
<head>
<title>index</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!-- ImageReady Preload Script (index.psd) -->
<script type="text/javascript">
<!--
function newImage(arg) {
if (document.images) {
rslt = new Image();
rslt.src = arg;
return rslt;
}
}
function changeImages() {
if (document.images && (preloadFlag == true)) {
for (var i=0; i<changeImages.arguments.length; i+=2) {
document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
}
}
}
var preloadFlag = false;
function preloadImages() {
if (document.images) {
template_order_info_over = newImage("images/template_order-info-over.gif");
template_whats_new_over = newImage("images/template_whats-new-over.gif");
template_about_us_over = newImage("images/template_about-us-over.gif");
template_newsletter_over = newImage("images/template_newsletter-over.gif");
template_contact_over = newImage("images/template_contact-over.gif");
template_Home_copy_over = newImage("images/template_Home-copy-over.gif");
preloadFlag = true;
}
}
// -->
</script>
<!-- End Preload Script -->
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
<style type="text/css">
<!--
body,td,th {
color: #AEDD29;
}
a:link {
color: #AEDD29;
}
a:visited {
color: #AEDD29;
}
a:active {
color: #AEDD29;
}
a:hover {
color: #FFB200;
}
-->
</style></head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="preloadImages();">
AND
Code:
</body>
</html>
For proper placement of these items, please review the following thread:
http://www.agoraguide.com/faq/viewtopic.php?t=1156
Another thing... you are using absolute positioning, which can be a problem, because the text does not display correctly with the dynamically built pages.
I am not seeing your menu.html php include, either. Perhaps it is because it's location is not defined properly. Or, it is because AgoraCart doesn't really like php, (rather .cgi scripts don't play well with php).
The following line has the inline css crammed together:
<span style="width:175px;vertical-align:top;">
Should be more like:
<span style="width:175px; vertical-align:top;">
There may be more, but these are the things that jump out at me.
HTH!
_________________
God Bless!
Bonnie - AgoraCart Moderator
Get a Gold Membership