
Originally Posted by
##########################
rob are you saying that I forgot to strip those out of the Zen cart templates?
Yep.. In the instructions where it gives instructions on creating the basic embed file, the closing body and html tags should not be included or you will have validation errors. So a basic embed file should look like this:
Code:
[FONT=Courier New]
<html>
<head>ADD ABSOLUTE LINKS FOR CSS OR JAVASCRIPTS HERE[/FONT][FONT=Courier New]</head>
<body>
<div id=”content”>
<!-- START EMBED -->
<!-- END EMBED -->
</div>
[/FONT]
Bookmarks