Hi @norazimah.m.
See that second img tag? Go ahead and throw some double quotes around your src value
<img src="Open Quote...... http://.... Closing Quote.jpg" />
See if that resolves the issue for you
Hi @norazimah.m,
I wasn’t being literal, you weren’t meant to copy the code I supplied , I was indicating what YOU should do with YOUR code, you need to put double quotes around the src value: " value ".
Also you didn’t actually do that on the second example, you were missing the closing double quote "
If it may help, using your FIRST example; look at your first img tag, and compare it to your second exactly, what is the difference? There should be two, the SRC is different, because your are displaying a different image, and the then there are no QUOTES.
Hi @mike_in_training ,
Ahhh alright, I got it to work perfectly now! Thanks so much, @mike_in_training