If you have any PHP code in your HTML, such as:
<div id="thing">
<p>Stuff.</p>
</div>
<?php include('somecode.php'); ?>
<div id="other-thing">
<p>More stuff.</p>
</div>
The "other-thing" DIV shows up as a child element to the PHP include. I think a
simple regex update in the Code Explorer interpreter can help alleviate this
problem.
Thanks!
--
<http://forum.pspad.com/read.php?4,45908,45908>
PSPad freeware editor http://www.pspad.com
