Hi Tacia,
In order to help us determine exactly the cause of this behaviour, could you be more specific about the context? Which version of Adobe Campaign do you use?
I use the client console version 6.1.0 build 8116 of 05/03/2014 Application server: version 6.1.0 build 8185.
Is your email content imported using “DCE” mode?
As far as I'm aware, no I paste the source code into the delivery template "source code" tab, there is no import happening.
And which part of your code is stripped out (is it all of what you pasted here?)?
Yes I've given you part of the code that gets altered
- <!--[if gte mso 9]>
- <v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="width:600px;height:722px;">
- <v:fill type="tile" src="http://placehold.it/600x772" color="#5b0103" />
- <v:textbox inset="0,0,0,0">
- <![endif]-->
Becomes
- [if gte mso 9]>
- <v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="width:600px;height:722px;">
- <v:fill type="tile" src="http://placehold.it/600x772" color="#5b0103" />
- <v:textbox inset="0,0,0,0">
- <![endif]-->
Also, at which moment do you notice the code of the email has changed?
Once the email is delivered, I noticed the email is now broken in various clients.
Sometimes when importing content in DCE editing mode, parts of the code can be automatically re-written for deliverability and compatibility purpose. If this is what you’re experiencing, please contact Adobe support to escalate the problem as this is a known behaviour.
Do you have a link for this DCE mode that I can review, I'm fairly certain we do not use this however it would be good to gain an understanding of what this is.
If this is something different, do not hesitate to post more details here so that we can dig into it together.