Image not displaying

pinEdit WP

Image not displaying


msalahuddin77 07-27-2006, 1:37

I am using WP 5.0

My imageBaseUrl is-->http://localhost:8080/locweb/locations/0108/images/

The problem is, that when I insert an image, it displays perfectly in the editor. But when I review the page in a browser (IE), I get a box with a Red 'X'.

Here is what is going on....

My picture in the editor is http://localhost:8080/locweb/locations/0108/images/test.jpg

The picture in the browser with Red 'X' is http://localhost:8080/locweb/test.jpg (I know this by right clicking on the image->properties).

Can you tell me please, how I can fix it.

thanks

Mohammed

Re: Image not displaying


Pintexx Support 07-27-2006, 8:42

Hi Mohammed,

if you use relative mode then the HTML content will look like this after reading from editor:

<img src="test.jpg" border=0>

(You can verify this by saving the content to file system)

If you now call the web page in browser the browser looks for test.jpg in the same folder.
That might be the problem.

Regards,
Hans-Peter

 

Re: Image not displaying


msalahuddin77 07-27-2006, 6:19

That helped.

Thanks

Mohammed