Eloqua editable regions

Protected HTML email reference

If you are using HTML code, refer to the following table for the attributes you can use to protect elements of your email.

Attribute Description
elq-edit="true"
Defines an element as editable in a template.

Supported elements:

  • Some block level elements and HTML5 elements
    <article>, <aside>, <blockquote>, <caption>, <div>, <details>, <fig>, <figure>, <footer>, <header>, <nav>, <section>, <summary>
  • Headers
    <h1>, <h2>, <h3>, and so on
  • Images
    <img>

Tip: These are the supported elements. You can try to use the attribute on other elements, but Oracle Eloqua cannot verify the functionality.

elq-delete="true"
Defines an element as deletable. You can apply this to the same elements listed above.