I stored some html contents in a local resource file.
So it has html tags in it such as p, br, div, etc.
I used GetLocalResourceObject("myContent")
to display the content on the page,
but the page doesnt render it as HTML.
views:
45answers:
1
A:
It turned out that I overlooked the htmlhelper syntax. I used <%= %> instead of <%: %>
Fleents
2010-06-02 09:30:17