I am currently programming a script which needs some special html coding done. I need to be able to write curly brackets, { and }, on my web page without actually writing it in the source code. For example, you could write < as & lt; and > as & gt; (disregard the spaces between the &'s and the lt and gt, as I didn't want this page to interpret those as < and >). I would greatly appreciate and helpful tips or advice.
Thank you.
Thank you.