What are the limitations of my text editor?

The Ulule editor lets you edit your text and insert images and videos.

You can use the "Source" view to edit content in HTML view, but for reasons of consistency between campaigns and security, certain limitations apply.

HTML tags supported :

  • Containers
    • a
      • the authorised protocols for links are http, https, mailto and sms
    • div
    • iframe (only if the server is secure, https protocol required)
    • p
    • span
  • Lists
    • li
    • ol
    • ul
  • Media
    • figure
    • img
  • Text styles
    • b
    • em
    • i
    • s
    • strong
    • u

Supported attributes :

  • class, id and style (allowing you to add css);
  • for iframes: allowfullscreen, frameborder, scrolling, src, height and width
  • for anchors: data and target;

Finally, Javascript code and external modules such as Flash are not accepted.

If you add an element that is not supported or accepted, it will be deleted after registration.

Have more questions? Submit a request