Strange code being added
For some reason some 'strange' extra code is being added to my email html when I send. As an example, the following two snippets of code are BEFORE I send the email or in other words as it appears in Power Messenger email design window and AFTER the email has been sent:
BEFORE
<table bgcolor="#dddddd" border="0" cellpadding="0" cellspacing="0" width="100%">
AFTER
<table bgcolor=\"#dddddd\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">
As you can see, '\' is being added and it happens throughout the entire page. I understand that back slash is for local addressing but it sems to be putting it wherever it wishes with no sense that I can make out.
Have you seen this before and is there a fix?
Just to help, my web Host is 1&1 which was adviced by webassist.
Many thanks
Kelly