I Want To Add Some Images to a Text Widget but I Don’t See the Option, What Am I Missing?

  1. Home
  2. Docs
  3. Event Manager
  4. Frequently Asked Question...
  5. I Want To Add Some Images to a Text Widget but I Don’t See the Option, What Am I Missing?

I Want To Add Some Images to a Text Widget but I Don’t See the Option, What Am I Missing?

You should insert the html tag for the image you want to insert, in the text widget.

This is the syntax: <img src=”YOUR_IMAGE_URL” alt=”ALTERNATE_TEXT” />

Where YOUR_IMAGE_URL is the url of the image and ALTERNATE TEXT is a text shown if the image cannot be loaded.

Was this article helpful to you? Yes No