I just have a quick question - I'm building out a email template using MJML and for some odd reason, Outlook keeps overwriting the bordering on the template which I don't know why.
MJML:
Ignore the inline styling for now - I will be cleaning up the template later.
<!-- Start Tenth Section: Groovy -->
<mj-section padding-top="0px" padding-bottom="0px" border-left="1px solid grey" border-right="1px solid grey">
<mj-column background-color="#FFFFFE" border-bottom="1px solid lightgrey">
<mj-image padding-bottom="0px" padding-top="0px" padding-left="0px" padding-right="0px" src="https://i.imgur.com/b2Lwa6F.png" href="https://www.arturia.com/products/ipad-synths/ispark/overview" alt=""></mj-image>
<mj-text mj-class="content_section_left content_section_right" >
<div class="article" mc:repeatable>
<p mc:edit="article_content">Content</p>
</div>
</mj-text>
</mj-column>
</mj-section>
<!-- End Tenth Section -->
Screenshot:
Outlook:
Any particular thing that I'm doing that causing outlook to render the borders as black? I can't seem to find anything online to help me out