Other

How to embed GIF in an HTML field

To embed a GIF in an HTML field, use the following code:

<IMG SRC="LINK TO YOUR GIF">

Replace "LINK TO YOUR GIF" with the direct link to your GIF file hosted on your server. This will display the GIF in your HTML content.