Hi,
I'm building out an email template and have several mktoText instances that I need to duplicate the content of into mobile-only and outlook-only sections of the code.
Is this possible?
Thanks!
Solved! Go to Solution.
why would you need to duplicate the mktoText for those reasons?
typically you'd have code that encapsulated outlook, mobile, and 'everything else' in a nested (for want of a better term) manner.
e.g.
<MSO Specific VML Code>
<HTML Code referencing Media Query CSS classes>
<mktoText stuff>
</HTML Code referencing Media Query CSS classes>
</MSO Specific VML Code>
You may have more HTML stuff outside the VML stuff as well.
There shouldn't really be a need to duplicate mktoText.