Closed (won't fix)
Project:
Drupal core
Version:
5.x-dev
Component:
page.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Nov 2006 at 08:32 UTC
Updated:
28 Nov 2006 at 09:04 UTC
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
Comment #1
lazycat commentedI wish I could delete what I've just wrote. :) :) :)
Comment #2
heine commentedI can imagine ;p.
(scr vs. src)