
Originally Posted by
Website Rob
I would look at two areas.
1. Heading Code
For example
index
<div id="header"><img src="images/header.png" alt="header" width="940" height="160" align="left" />
<!-- end #header --></div>
catalog
<!-- begin #header -->
<div id="header">
<p><img src="../images/header.png" alt="header" width="940" height="160" align="right" /></p></div>
<!-- end #header -->
2. Overall Site Code
I think there is a problem in that your 'catalog' pages use Table coding whereas your main pages do not. Not sure why the inclusion of Tables as by using easyEmbed, you should not have to recode.