i have created my self coded mailing system and associated with worpress using like we create template page, the problem this that when i post html email to another page it it escape html tags like
<div id=\"wrapper\"> </div>
<div id=\"menu\" style=\"background: #858503; height: 50px; width: 600px; margin: 0px auto; padding: 0px auto;\">
how to avoid this because i disappear my style, is there any setting or function unescape POST input or i should replace escape slashes with null value