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.
Image tags are editable tags in editable regions in template blocks.
Example:
<img om:editable"image" om:id="1" src="" />
will make the image editable (changing size/source/alt) in the UI.
You can also add a hyperlink to the element, which wraps it in an <a> tag.
If you want to link your image tag, you can wrap it in an <a> tag with the om:editable="image"
Note: If the image is linked (i.e. wrapped in an anchor tag <a>), the om:editable="image" should be added to the <a> tag and not to the <img> tag, as in the example below.
Example:
<a href="" om:editable="image" om:id="3"><img src=""></a>
Comments
0 comments
Article is closed for comments.