<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>ProductCart Shopping Cart Software Forums : ProductCart format and Dreamweaver Templates</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Using ProductCart : ProductCart format and Dreamweaver Templates]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 13 Apr 2026 13:21:24 +0000</pubDate>
  <lastBuildDate>Tue, 25 May 2010 08:43:00 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forum.productcart.com/RSS_post_feed.asp?TID=3733</WebWizForums:feedURL>
  <image>
   <title><![CDATA[ProductCart Shopping Cart Software Forums]]></title>
   <url>https://forum.productcart.com/forum_images/pc_logo_50.png</url>
   <link>https://forum.productcart.com/</link>
  </image>
  <item>
   <title><![CDATA[ProductCart format and Dreamweaver Templates : Sean is right - the header.asp...]]></title>
   <link>https://forum.productcart.com/productcart-format-and-dreamweaver-templates_topic3733_post14505.html#14505</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=190">intour</a><br /><strong>Subject:</strong> 3733<br /><strong>Posted:</strong> 25-May-2010 at 8:43am<br /><br />Sean is right - the header.asp and footer.asp files are effectively your productcart template. You don't need to use dreamweaver for your content pages unless you want to use static&nbsp; html pages in which caase you dont need header.asp and footer.asp.<DIV>&nbsp;</DIV><DIV>Use the content manager to populate them. You can create your central content in dreamweaver if you prefer and then copy the source code into the content management system - just be careful of the paths to your image and media files.</DIV><DIV>&nbsp;</DIV><DIV>Nigel</DIV>]]>
   </description>
   <pubDate>Tue, 25 May 2010 08:43:00 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/productcart-format-and-dreamweaver-templates_topic3733_post14505.html#14505</guid>
  </item> 
  <item>
   <title><![CDATA[ProductCart format and Dreamweaver Templates : Hi Alex,  PC&amp;#039;s use of Server...]]></title>
   <link>https://forum.productcart.com/productcart-format-and-dreamweaver-templates_topic3733_post14496.html#14496</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2">Guests</a><br /><strong>Subject:</strong> 3733<br /><strong>Posted:</strong> 24-May-2010 at 5:25pm<br /><br />Hi Alex,<br /><br />PC's use of Server Side Includes for the site theme basically makes the need for DW templates obsolete, the way I see it. It enables you to accomplish the same thing and much more than using templates.]]>
   </description>
   <pubDate>Mon, 24 May 2010 17:25:42 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/productcart-format-and-dreamweaver-templates_topic3733_post14496.html#14496</guid>
  </item> 
  <item>
   <title><![CDATA[ProductCart format and Dreamweaver Templates : Hey all,  I am running into difficulties...]]></title>
   <link>https://forum.productcart.com/productcart-format-and-dreamweaver-templates_topic3733_post14495.html#14495</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1867">alexL-icc</a><br /><strong>Subject:</strong> 3733<br /><strong>Posted:</strong> 24-May-2010 at 2:55pm<br /><br />Hey all,<br /><br />I am running into difficulties using Dreamweaver templates with the format with which ProductCart wants users to structure their sites.<br /><br />So, the code for all of our pages is supposed to look in general like this:<br /><br /><em>&lt;!--#include file="header.asp"--&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />... code and content for individual page goes here...&nbsp;&nbsp;&nbsp;<br />&lt;!--#include file="footer.asp"--&gt;</em><br /><br />But, when I used this format with Dreamweaver templates, I had problems with my page displaying in Internet Explorer 8. Namely, the <em>margin:auto</em> CSS declaration was being ignored and many of my page elements were floated to the left instead of being centered.<br /><br />This is how it happens, as I've understood from my internet research. When building the template, Dreamweaver is supposed to find the <em>&lt;head&gt;</em> tag and put the following code before it: <em>&lt;!-- InstanceBegin template="/Templates/template-name.dwt.asp" codeOutsideHTMLIsLocked="false" --&gt;</em>.<br /><br />But instead, since the documents I am working with do not have a <em>&lt;head&gt;</em> tag but rather <em>&lt;!--#include file="header.asp"--&gt;</em> instead, Dreamweaver puts the <em>&lt;!-- InstanceBegin template... --&gt;</em> tag before the <em>&lt;!--#include--&gt;</em>.<br /><br />This means that the <em>InstanceBegin</em> is put by Dreamweaver at the beginning, in effect, of the entire HTML document. The template's <em>InstanceBegin</em> tag goes even before the <em>&lt;!DOCTYPE&gt;</em> declaration, and that's where problems with Internet Explorer come in.<br /><br />Internet Explorer requires, as I understand, that the <em>&lt;!DOCTYPE&gt;</em> be the first tag in an HTML file. Otherwise, it goes into Quirks Mode and CSS declarations like <em>magin:auto</em> do not display properly.<br /><br />But, since ProductCart requires that we use <em>&lt;!--#include--&gt;</em> tags for our header and footer, I can't seem to find a way to make Dreamweaver templates work properly in Internet Explorer.<br /><br />Can anybody help? I would greatly appreciate it.]]>
   </description>
   <pubDate>Mon, 24 May 2010 14:55:12 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/productcart-format-and-dreamweaver-templates_topic3733_post14495.html#14495</guid>
  </item> 
 </channel>
</rss>