image in html with webspeed

cherrydan

New Member
Hello,

I just want to load an image test.jpeg in a html page.
<img src="test.jpeg">
I haven't got the image on my screen when i'm running the page.

When I try to access directly at the image in the navigator IE6, i've got this message:
Application Error: 'test.jpeg' cannot be run as a Web object.

Any idea?
 

Casper

ProgressTalk.com Moderator
Staff member
The image has to reside at the webserver.

If you use apache on linux for instance then it should be placed in docroot (/var/www/html (if you don't specify a directory)).,

Casper.
 
Top