| There is script being injected into my emails and is causing rendering issues. |
|
Thank you for rating this answer.
|
If you have Skype or RealPlayer installed, both programs will install code like this into emails:
BODY {margin:0;padding:0;} .SYN_ROW {background:silver;} .SYN_TXT
{border-left:1px
solid;position:relative;left:4.5em;background:white;font-family:monospace;margin-right:4.5em;}
.SYN_LNB {position:absolute;left:0;} .SYN_LNN
{padding:0;color:black;border:0;text-align:right;width:3.5em;height:1em;font-family:monospace;background:transparent;cursor:default;font-size:100%;}
.SYN_BCV
{padding:0;color:black;border:0;text-align:center;width:.75em;height:.75em;font-family:monospace;background:white;cursor:default;line-height:.75em;position:relative;left:.25em;font-size:100%;}
.SYN_BCH {display:none;} .SYN_END {width:4.5em;border-top:1px solid
black;} /*------------- HTML -------------*/ .HTML_TXT {color:#000000;}
/* Text */ .HTML_TAG {color:#0000ff;} /* Tag */ .HTML_ELM
{color:#800000;} /* Tag/element name */ .HTML_ATR {color:#ff0000;} /*
Attribute name */ .HTML_VAL {color:#0000ff;} /* Attribute value */
.HTML_CHA {color:#ff0000;} /* Character reference */ .HTML_COM
{color:#008000;} /* Comment */ .HTML_NON
{color:#000000;font-style:italic;} /* Non-HTML text */ /*-------------
css -------------*/ .CSS_TXT {color:#000000;} /* Text */ .CSS_SEL
{color:#800000;} /* Selector */ .CSS_PRO {color:#ff0000;} /* Property
name */ .CSS_VAL {color:#0000ff;} /* Property value */ .CSS_COM
{color:#008000;} /* Comment */ .HTML_TXT .CSS_TXT {background:#f0f0f0;}
/* For embedded CSS */ /*------------- Javascript -------------*/
.JS_TXT {color:#000000;} /* Text */ .JS_KEY {color:#0000ff;} /* Keyword
*/ .JS_STR {color:#800000;} /* String */ .JS_NUM {color:#ff0000;} /*
Number */ .JS_COM {color:#008000;} /* Comment */ .HTML_TXT .JS_TXT
{background:#f0f0f0;} /* For embedded JS */
Obviously, scripts are a no-no in email marketing, so this is no good and will break your code apart. A solution?
- Uninstall Skype or RealPlayer.
- If that's not reasonable, you can disable the add-ons associated with your browser that are related to Skype/RealPlayer.
- After this has been complete, you need to go into the email code, delete the offending code out and save the email.
|