Ok - I copy and paste the code for the Managecart page and the design of the page explodes. I need the order summary to show in the "Start Section" space, about halfway down here. Seems no matter where I paste the code, it screws the page up. Any thoughts?
<!-- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Sports-Cals | Sports Decals | Contact Us</title>
<link rel="stylesheet" type="text/css" href="/sportscals.css" />
<style type="text/css">
<!--
.style1 {font-size: 18px}
-->
</style><br>
<SCRIPT SRC="language-en.js"></SCRIPT>
<SCRIPT SRC="nopcart.js">
//=====================================================================||
// NOP Design JavaScript Shopping Cart ||
// ||
// For more information on SmartSystems, or how NOPDesign can help you ||
// Please visit us on the WWW at
http://www.nopdesign.com ||
// ||
// JavaScript Shop Module, V.4.4.0 ||
//=====================================================================||
</SCRIPT>
</head>
<body class="inside">
<div id="container" class="inside">
<div id="nav" class="inside">
<ul>
<li><a href="/index.html">HOME</a></li>
<li><a href="/products.html">PRODUCTS</a></li>
<li><a href="/faqs.html">FAQ's</a></li>
<li> <a href="/contact.html">CONTACT</a></li>
</ul>
</div>
<div id="top-wrap" class="inside">
<div id="top-right" class="inside">
<!-- START PAGE HEADLINE -->
<h1>Promote and support your local clubs with Sports-Cals, custom made decals</h1>
<!-- END PAGE HEADLINE -->
</div>
</div>
<!-- <div id="content-top"><img src="/images/whitebox_topcorners.jpg" alt="" border="0" usemap="#Map" />
<map name="Map"><area shape="circle" coords="725,20,12" href="test.html">
</map></div> -->
<div id="content" class="inside">
<!-- START SECTION HEADLINE -->
<h2>Contact</h2>
<h3><br />
</h3>
<!-- END CONTACT CONTENT -->
</div>
<div id="contact" class="inside">
<!-- START CONTACT TEXT -->
<p>P.O. Box 444, Forestdale MA 02644 | Email: <a href="mailto:info@sports-cals.com">info@sports-cals.com</a> | Fax: 508-760-3130</p>
<!-- END CONTACT TEXT -->
</div>
<div id="footer" class="inside">
<!-- START FOOTER TEXT -->
<p>Sports-Cals is a lorem ipsum Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed et elit non eros pellentesque viverra. Mauris interdum erat ac ipsum. Nam eleifend ante ut sem. Mauris tincidunt rutrum urna. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos.</p>
<!-- END FOOTER TEXT -->
</div>
</div>
</body>
</html>