We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi !
I found a small issue in the examples for containers, section "Adding a background colour to the outer body"
<div style="background:#000000"> <!--[if true]> <table role="presentation" width="100%" align="center" style="background:#000000"><tr><td></td><td style="width:37.5em;background:#ffffff"> <![endif]--> <div style="max-width:37.5em; margin:0 auto;background:#ffffff"> <!-- email content in here --> </div> <!--[if true]> </td></tr><td></td></table> <-- Here <![endif]--> </div>
The table row closing tag is misplaced.
</td></tr><td></td></table> should be </td><td></td></tr></table>
</td></tr><td></td></table>
</td><td></td></tr></table>
The text was updated successfully, but these errors were encountered:
typo, issue #17
aaa95e4
Sorry I must have missed this issue, just pushed a fix. Thanks for finding it 😁
Sorry, something went wrong.
No branches or pull requests
Hi !
I found a small issue in the examples for containers, section "Adding a background colour to the outer body"
The table row closing tag is misplaced.
</td></tr><td></td></table>
should be</td><td></td></tr></table>
The text was updated successfully, but these errors were encountered: