View Single Post
  #2  
Old 12-07-2009, 10:44 PM
freenicetemplates freenicetemplates is offline
Administrator
 
Join Date: Mar 2009
Posts: 507
Default Free web template 9 issues

Hi,
You've got errors in your _home.htm
Replace:


<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="content-type"
content="text/html; charset=ISO-8859-1">
<title>Big Island Private Chef Home</title>
</head>
<body>
<p><!-- Header_id --></p>
<p>
<script type="text/javascript"><!--
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
if(hasRightVersion) {
myFlashHeader('flash/header',570,400,'#000000','header_id','custom.xml' );
} else {
alert("Your version of Flash player is rather old. We suggest you to upgrade your Flash player to version "+requiredMinorVersion+" (at least).The latest version can be downloaded here : http://www.adobe.com/shockwave/downl...ShockwaveFlash.");
}
// --></script></p>


by:

<!-- Header_id -->
<div id="header_id"></div>
<script type="text/javascript">
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
if(hasRightVersion) {
myFlashHeader('flash/header',570,400,'#000000','header_id','custom.xml' );
} else {
alert("Your version of Flash player is rather old. We suggest you to upgrade your Flash player to version "+requiredMinorVersion+" (at least).The latest version can be downloaded here : http://www.adobe.com/shockwave/downl...ShockwaveFlash.");
}

</script>


I think you use some kind of HTML editor to edit your pages, and this kind of editors generate bad HTML. I think you've got the same problem for the protfolio. Just look at the files in the template zip archive it will help you.

FLash gallery work fine for us with safari !
__________________
We are always pleased to read you in our guestbook
Reply With Quote