I've noticed that the HTML comments are slightly restrictive. If I have the following code:
<p> some text, <!--- order now ---> </p> <div class="msg"> ....
it will highlight everything from the start of the comment, to the end of the page. How do I fix that without going through all the flies to fix the comments?
Eric Coleman