Using html in doctype fields

You can directly add html tag in your label like this:
<p style="color: black;"><img src="/files/lock.png" style="width: 50px; height: 40px;"><b><u>Registration</u></b></p>
you can also attach image.


It will look like this:

7 Likes