Say for example you have the following setup:
<div class="blah"><!--start--><!-- stop --></div>
I was wondering how one would go about inserting content between the "start" & "stop" html comment lines?
I have found this link to be somewhat useful, and I managed to get my content to load, but it keeps on loading it below the "stop" comment.
Any ideas?