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
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

lazycat - November 28, 2006 - 08:48

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

#2

Heine - November 28, 2006 - 09:04
Status:active» won't fix

I can imagine ;p.

(scr vs. src)

 
 

Drupal is a registered trademark of Dries Buytaert.