I do the following:

- create content -> page
- input format -> full HTML
- <img scr="http://www.mysite.com/files/myimage.jpg" alt="my image">

Image won't show up!

It's in the right folder. When i just drop "http://www.mysite.com/files/myimage.jpg" line into the web browser I can see the image.
I checked generated source and I can see <p><img scr="http://www.mysite.com/files/myimage.jpg" alt="my image"></p> line inside, but the image itself won't show up. I can only see the "alt" message.

Comments

lazycat’s picture

I wish I could delete what I've just wrote. :) :) :)

heine’s picture

Status: Active » Closed (won't fix)

I can imagine ;p.

(scr vs. src)