<removed see [url=http://www.highrankings.com/forum/index.php?act=boardrules]Forum Rules[/url] >
Google Analytics tells us we're getting a 25% bounce rate on the splash page (Can that really be true?) and we'd like to get rid of it.
I've gotten help from a couple of sites, and have tried numerous fixes, to no avail.
How is that "Enter" being generated? I know it's the javascript, but I have commented it out and renamed it and it still appears.
Here's the index page as it appears on the server:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Celia Pearson | Photographer</title>
<meta name="verify-v1" content="eSp+jfLjBLD0VnUfutz4U+v07xrKmFktigV/yohrxpY=" />
<meta name="description" content="Celia Pearson Photography, Her Story" />
<meta name="keywords" content="Celia Pearson, photographer, biography, her story" />
<link rel="stylesheet" href="/css/global.css" type="text/css" media="screen" />
<link rel="stylesheet" href="/css/01.css" type="text/css" media="screen" />
<link rel="stylesheet" href="/css/print2.css" type="text/css" media="print" />
<script src="/js/fadeslideshow.js" type="text/javascript"></script>
<!--<script src="/js/protoculous.js" type="text/javascript"></script>-->
<style type="text/css">
/*#box02 div span, #box02 div a {display:none;}*/
</style>
</head>
<body>
<?php include("http://celiapearson.com/includes/header.php"); ?>
<div id="box03">
<div>
<?php include("http://celiapearson.com/homepage.php"); ?>
</div>
</div>
<div id="slideshow"><script type="text/javascript">new fadeshow(fadeimages, 150, 150, 0, 4000, 1, "R");</script></div>
<?php include("http://celiapearson.com/includes/footer.php"); ?>
</body>
</html>
I can supply any additional files or info needed.
TIA
Edited by chrishirst, 12 February 2010 - 04:34 PM.










