Deceased
- Join Date:
- Nov 2005
- Location:
- Colorado Springs, CO USA
- Posts:
- 7,017
- Plugin Contributions:
- 12
Return Authorization Module (RMA)
<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>jettrue:
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:
[B]</div>[/B]
</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/showpost.php?p=491353&postcount=739>I saw that after I posted the above. I'll incorporate the fix in the next update of the returns mod.
Thanks