IMG tag in Full HTML mode
lazycat - November 28, 2006 - 08:32
| Project: | Drupal |
| Version: | 5.x-dev |
| Component: | page.module |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | won't fix |
Jump to:
Description
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.

#1
I wish I could delete what I've just wrote. :) :) :)
#2
I can imagine ;p.
(scr vs. src)