Images on Back of cards not appearing as images

Hello,

I am currently having an issue where the images on the front side of my card are appearing correctly but not on the back side of the card. Could you please let me know how this issue could be solved? I would like the image on the back side of the card ( which is different than the front image to appear correctly). Thank you.

1 Like

Heya!

You seem to be missing the start of your img html tag. I’m guessing it might be from copy pasting?

Luckily there’s an easy way to fix this, just add <img in front of src and it should work.

Like so <img src="https://bla.bla.bla" />

If that does not solve it, then the other issue I can think of is that you are mixing both text and image in the same field, which might not work correctly. In that case it’d be better to move the image to a separate field, but I can’t say for sure if this is the issue, so you might want to try the first solution first :grinning_face_with_smiling_eyes:

Oddly it isn’t missing the tags

Only when I press preview / go to study it doesn’t show up properly. I’ve tried removing the text before the IMG since I thought that might be causing the issue, but doesn’t seem to be helping.

I’ve tried moving the back image to notes and it seems to be working for now. Thank you.

1 Like