And it comes up... <P align=center><FONT color=#ff0000 size=5>TRY THIS</FONT></P>
I looked for a decode function...
Also I need to crrret this before putting it back into the HTML editor or else it will think that you are trying to actually enter "<center></center> instead of just centering your text
Thanks!
Edited by - instantnet11 on 06 October 2003 17:15:21
<OL> <LI> <DIV align=center><FONT face="Comic Sans MS" size=3>THIS IS A TEST</FONT></DIV></LI></OL>
This is what happens when is is retrved using <%=strProdDesc%> BAD <OL> <LI> <DIV align=center><FONT face="Comic Sans MS" size=3>THIS IS A TEST</FONT></DIV></LI></OL>
This is what happens when the string is returned using <%=Server.HTMLEncode( strProdDesc)%> I think I need a decode function?
<OL> <LI> <DIV align=center><FONT face="Comic Sans MS" size=3>THIS IS A TEST</FONT></DIV></LI></OL>