This repository was archived by the owner on Jan 20, 2025. It is now read-only.
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
Cant set Table or Cell width % because of template processing #1424
Open
Description
Trying to add the following HTML breaks because it picks up the width % as a template. Is there any way to make it keep the % as text like I would do with <font size=\"4\">
? Sadly, passing the whole section as %STYLE% template doesn't fix the issue either.
<style>
html {font-family: Helvetica; display: inline; margin: auto 0; text-align: center;}
table {width: 100%; text-align: center;}
td {width: 50%; text-align: center; padding: 0 20px;}
</style>
Metadata
Metadata
Assignees
Labels
No labels