Dynamic Components supported HTML tags
Last updated: abr 11, 2026•1 min read.
This is a Pro only feature.
The following HTML tags are supported within a Dynamic Component's Description and Summary fields:
<a>
<b>
<i>
<u>
<strong>
<em>
<p>
<br>
<ol>
<ul>
<li>
<font>
Any tag or version of a tag that is not in this list will be ignored. The following additional rules also apply:
No style attributes are allowed. For example, <bstyle="color: red">Hello</b> will be ignored. Instead use <b><font color="red">Hello</font></b>
Link tags must be in the strict form of <a href="http://someurl">. Alternatives such as <a href=http://someurl> or <a href="ftp://someurl"> will be ignored
No attributes are allowed for tags other than for <a> and <font>. For example, the tag <br> is allowed, but <br clear="all"> is not allowed.