A standard Google Drive link likehttps://drive.google.com/file/d/[image_id]/view?usp=sharing
won’t work in an <img> tag.
To display the image properly, change the link to:https://drive.google.com/uc?export=view&id=[image_id]
Then use it like this:
<img src="https://drive.google.com/uc?export=view&id=[image_id]" alt="Description" title="Image Title">When writing HTML emails, always use an HTML-to-email converter to ensure compatibility across email clients.
