This guide is for users who create their own HTML templates to use in Ometria and is written for email developers with knowledge of HTML.
Link tags are editable tags in editable regions in template blocks.
They allow for editable links (<a/> tags).
In the visual editor, you can edit the target URL (href), text content, styles (as a CSS string) and link name (shown in the link click report).
<a om:editable="link" om:id="1" href="https://ometria.com" om:linkname="homepage link">
the link text
</a>
Comments
0 comments
Article is closed for comments.