Posted
on Feb 6, 2012
(permalink)
I am working on a Email template and have been having two issues within the editor.
I am trying to include a heading table with a background:
<table width="586px" height="184" border="0" cellpadding="0" cellspacing="0" background="http://www.mydomain.org/portals/0/e-News/CommunicationsBanner.png" bgcolor="#FFFFFF">
First, the editor is replacing the URL path with a relative path.
This of course fails in an Email setting.
Second, It is converting the background setting with a Style="background: ...
The Background images Style settings are being stripped by the Email Clients.
Is there a way to change this behavior?
Preferably only for the Email Page.
Thanks