Re: Troubles editing email texts

Vlada_Prasolova
Level 5

Troubles editing email texts

I'm having this not crucial but very annoyiing issue of have to format my entire email text every time i clone the template and just want to make some slight changes

When i want to copy paste some text into the existing email, it does not keep the existing formal (size, style, etc)

is there a way to make my edits/copy-pastes in the same format as the initial text w/o having to change in every time?
Tags (1)
2 REPLIES 2
Anonymous
Not applicable

Re: Troubles editing email texts

Make sure the css in your master template has the style in the <TD> (Yes, emails work best with oldskool tables). Just to make sure I also add the same style to the Marketo editable <DIV>. This will also make sure the WYSIWYG-editor will display it nicely. Also make sure you don't have any css in <P> elements as these would most likely drop on editing.
Igor_Khripunov
Level 4

Re: Troubles editing email texts

Hi!
 
You don't have to:
 
  1. Copy text from browser, MS Word. I advise you to get rid of the text through a notebook.
  2. Use %, px or em in font-size. Need only pt.


For example:

 <p style="margin: 0 0 15px 0; line-height: 18px;">
                                            <span style="font: 10pt Arial, Sans-Serif; color: #444444; line-height: 18px;">Hello,</span>
                                        </p>