Cloud9 ide img not working

1k Views Asked by At

I can use background img tags still but cloud 9 is not displaying images for me. I have used local and online images to try and nothing. Also if it helps I'm using bootstrap. I have been able to use images before fyi.

1

There are 1 best solutions below

0
On

Instead of <img src="/images/example.png"></img> or <img src="~/images/example.png"></img>

try using source path with foldername or filename directly like this

<img src="images/example.png"></img>