As Ryan suggests, you need to look through your scripts to see where this code is being generated.
- Code: Select all
<div class="newscontent"><p>This is a test</p><br /></div>
It's the fact that '<' is being replaced by '<', etc., that is causing the problem.
I also notice that your
html code contains tags like <CENTER>. These are deprecated in
xhtml. You should be using
css to centre items. As an additional note, tag (element) names should always be in lowercase with
xhtml.