Tom1
November 28, 2022, 8:02am
#1
Good morning,
On my self-hosted phplist installation, how can I embed images in a campaign which
a. are directly embedded in the message (no external link), so just like in an email
and
b. I can pull from the images I have on my computer.
Thanks a lot
Tom
Hi Tom,
Got this question myself, so I’m curious if someone knows how to do this.
For now I came up with this:
<a href="https://www.ownwebsite.com/link.html">
<img border="0" alt="description" src="https://www.ownwebsite.com/images/image.png">
</a>
Kind regards,
Peter-sdl
As far as I know, you cannot link to images on your computer, as if it is not connected to the internet, how can others view said images. The images need to be on the internet, available for others to view.
You can attach an image to the campaign.
Most email readers will display the image below the message.
But than they are not embedded in the message.
Tom1
December 1, 2022, 1:27pm
#5
Hi Peter, interesting indeed. Will try this and report back. Thanks
Tom