Html problem with a picture in the email. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Html problem with a picture in the email.

I'm trying to put a picture in an email using HTML. but I get an error "Named entity expected. Got none." Heres the code: <img src="https://mail.google.com/mail/u/0?ui=2&ik=74f9446049&attid=0.1&permmsgid=msg-a:r-8940713762039975090&th=16c24a6a22a51a28&view=fimg&sz=s0-l75-ft&attbid=ANGjdJ9Cc_8sRcibkaauc1BOk3LHEdubcVD0OBpQDwXZcPZRfC-Oiepa2hF_sIRGYxFOS_N1_Tqt0UXABswgOjTbrfCysXuht-hsvE9ed05cu-OJb3mBmPcnaByMQZY&disp=emb&realattid=ii_jyhf39sz0" border="0" hspace="0" vspace="0" width="103" /> I know it has to have a place to find it on the internet so I emailed it to myself to I could give it an address. what did I do wrong?

24th Jul 2019, 3:46 PM
Gerin Dale Wilde
Gerin Dale Wilde - avatar
1 Answer
+ 1
The issue lays in the fact that the link you're trying to access the image with does not point to the location of the image. If that were the case, it would likely end with .png or the extension used for that picture. When uploading images online to be used within your HTML file, I would recommend checking out the tutorial within this post - https://www.sololearn.com/discuss/1054246/?ref=app
24th Jul 2019, 3:54 PM
Faisal
Faisal - avatar