• 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\">&nbsp;</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

Viewing 1 replies (of 1 total)
  • Hi there,

    Try adding the HTML to your post using the “Text” tab instead of the “Visual” tab. Does that work?

    Paul

Viewing 1 replies (of 1 total)
  • The topic ‘Html Code via Post Method, Escape Problem’ is closed to new replies.