Question
Additional code mark-up when editing email content
When I go to edit a email and click on one of the content areas, I use the "Edit HTML Source" instead of just typing in the editor. If I comment out code or not put images in <p> tags it will automatically add the tags in after I hit UPDATE.
Is their a way I can turn that feature off so it doesn't add additional unwanted code?
Example if I put:
<p>text text text</p>
<img src="link to image" align="right" />
<p>text text text</p>
It will put the image tag in a <p> tag automatically when I hit Save. Same for when I comment out <!-- --> some code, it'll break it after the <!-- tag and put the text after the comment into a seperate <p> tag.
Is their a way I can turn that feature off so it doesn't add additional unwanted code?
Example if I put:
<p>text text text</p>
<img src="link to image" align="right" />
<p>text text text</p>
It will put the image tag in a <p> tag automatically when I hit Save. Same for when I comment out <!-- --> some code, it'll break it after the <!-- tag and put the text after the comment into a seperate <p> tag.