Forum Moderators: open
To provide excellence in health care and to promote lifelong wellness in the communities we serve.</TD>
The problem is when I have the ASP page display that line from the database, it displays it like this:
To provide excellence in health care and to promote lifelong wellness in the communities we serve.</TD>
Is there a way to get it to display it so the HTML will be read? Some way to encode it so the characters don't get converted to their HTML equivalent?
I'm using a simple Response.Write for the display
<%= PAGE_CONTENT %>
Thanks,
Kevin