How do I preserve '<' and HTML tags in my output?
Our clients tend to enter both single angle brackers (i.e. "hours <4") and the HTML tags into a form field. We can not use HTMLEditFormat() on the field since they want their formatting preserved. At the same time, using a single bracket trancates the field output.
Is there a way to distinguish a single "<" from the beginning of an HTML tag so we can internally substitute it with <?
Thanks for your advice!
