Link to home
Create AccountLog in
Avatar of Shaun Wingrin
Shaun WingrinFlag for South Africa

asked on

html code to insert image

Say, code to insert a hyperlink to an image stored in the cloud as html code for an email  

Avatar of Anwar Saiah
Anwar Saiah

I couldn't really understand the situation, the image is stored in a cloud in what way? You want the image to redirect to an email when pressed? Is that the question!?How do you access the image? Not clear what you're asking.

It would be no different than adding an image to any HTML document, presuming you're sending your e-mail as an HTML document:

   <a href="www.domain.tld"><img src="www.cloudserver.tld/images/image.png" alt="Image Title"></a>


Many modern e-mail clients disable images by default to prevent malware/tracking so don't be disappointed if your image doesn't get seen by everyone.

ASKER CERTIFIED SOLUTION
Avatar of Michel Plungjan
Michel Plungjan
Flag of Denmark image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of Shaun Wingrin

ASKER

Is there an alternative solution to the modern e-mail clients blocking issue.

The e-mail client does not support embedding of images but only html code. The image is stored on our website in the media section but can be stored elsewhere 

PS what does the Domain.tld refer to? Which domain is this?

SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.

Say, code below has link to image as per instrucitons above

   <a href="www.SOSAmedical.org"><img src=https://sosamedical.org/wp-content/uploads/2023/10/Logo.png" " alt="SOSA Medical Project"></a>

but image not displaying in outlook email. There is something wrong I think with syntax.

Please advise. 

This is email code:


[code]<div>&lt;a href="https://<a href="http://www.SOSAmedical.org" rel="noopener noreferrer" target="_blank">SOSAmedical.org</a>"&gt;&lt;img src=<a href="https://sosamedical.org/wp-content/uploads/2023/10/Logo.png" rel="noopener noreferrer" target="_blank">https://sosamedical.org/wp-content/uploads/2023/10/Logo.png&lt;/a>" " alt="SOSA Medical Project"&gt;&lt;/a&gt;&nbsp;</div><div><em style="color: black;">Spread the word! w: </em><a href="http://charidy.com/SOSAMedica" rel="noopener noreferrer" target="_blank" style="color: rgb(17, 85, 204);"><strong><em>www.charidy.com/SOSA&lt;/em></strong></a><strong style="color: red;"><em> </em></strong><em style="color: black;">&nbsp;wa / t: </em><a href="http://wa.me/27118828322" rel="noopener noreferrer" target="_blank" style="color: black;"><em>+27118828322</em></a><em style="color: black;">&nbsp;e: </em><a href="mailto:admin@SOSAmedical.org" rel="noopener noreferrer" target="_blank" style="color: black;"><em>admin@SOSAmedical.org</em></a><em style="color: black;">&nbsp;f: </em><a href="https://www.facebook.com/SOSA.Joburg" rel="noopener noreferrer" target="_blank" style="color: rgb(17, 85, 204);"><em>link to facebook page</em></a> <em style="color: black;">#SOSAMedical</em></div><div>&nbsp;</div><div><span style="color: rgb(31, 56, 100);">Registered as SOS for the Aged NPC (S.O.S.A.)</span><strong style="color: black;">&nbsp;Not for Profit Company No. 2017/330505/08</strong><span style="color: black;"> Public Beneficiary Organisation No. 930062159 </span><strong style="color: black;">&nbsp;</strong><a href="http://www.sosamedical.org/" rel="noopener noreferrer" target="_blank" style="color: rgb(31, 56, 100);"><strong>www.SOSAmedical.org</strong></a></div><div><br></div><div><strong style="color: black;">Donate</strong><span style="color: black;">:</span><span style="color: rgb(11, 1, 70);"> </span></div><div><span style="color: rgb(11, 1, 70);">By EFT SOSA • First National Bank&nbsp;</span><span style="color: rgb(11, 1, 70); background-color: white;">• Reference Name+Project </span><span style="color: rgb(11, 1, 70);">• Acc #:62713804559 • Email: </span><a href="mailto:accounts@SOSAmedical.org" rel="noopener noreferrer" target="_blank" style="color: blue;">accounts@SOSAmedical.org</a><span style="color: black;"> </span><span style="color: rgb(17, 85, 204);">• Branch: Rosebank (250 655) •&nbsp;(Swift Code FIRNZAJJ)</span></div><div><span style="color: rgb(11, 1, 70);">By Credit Card: </span><a href="http://www.sosamedical.org/Donate" rel="noopener noreferrer" target="_blank" style="color: rgb(11, 1, 70);">&nbsp;</a><a href="http://www.sosamedical.org/Donate" rel="noopener noreferrer" target="_blank" style="color: rgb(17, 85, 204);">www.SOSAmedical.org/Donate&lt;/a></div><div>&nbsp;</div>[/code]


SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Say,

Is this code correct? Seem issue with this hyperlink code:
href="mailto:admin@SOSAmedical.org?subject=Please unsubscribe me&body=Dear SOSA Admin,
Please unsubscribe me from your e-mail list.
I no longer wish to receive these emails because ">unsubscribe me

Open in new window

SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.