I understand there is only one file, and while there is no "extra" div, it is misplaced, so that the success page does indeed end up with an extra div, while the other pages do not.... I tried validating the success page, and though she had a ton of other errors, one of them was a div issue. From her page source:
Code:
<div class="centerColumn" id="pageThree">
<h1>Return Authorization Request</h1>
<form name="returns" action="http://store.annron.com/index.php?main_page=returns&action=send" method="post">
<br class="clearBoth" />
<div class="mainContent success">Your message has been successfully sent.</div>
</div>
</form>
<div class="buttonRow back"><a href="http://store.annron.com/index.php?main_page=index"><img src="includes/templates/cherry_zen/buttons/english/button_back.gif" alt="Back" title=" Back " width="60" height="21" /></a></div>
<br class="clearBoth" />
</div>
See this post, I suggested a fix that fixed the issue:
http://www.zen-cart.com/forum/showpo...&postcount=739
Bookmarks