Welcome to Pintexx Forum Sign in | Join | Faq

pinEdit WP

Started by msalahuddin77 at 07-27-2006 1:37 . Topic has 2 replies.

Print Search
Sort Posts:    
   07-27-2006, 1:37
msalahuddin77 is not online. Last active: 27.12.2006 00:19:15 msalahuddin77

Top 150 Posts
Joined on 07-26-2006
Posts 4
Image not displaying
Reply Quote

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


   Report 
   07-27-2006, 8:42
Pintexx Support is not online. Last active: 12.01.2012 07:36:39 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.910
Re: Image not displaying
Reply Quote

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

 


   Report 
   07-27-2006, 6:19
msalahuddin77 is not online. Last active: 27.12.2006 00:19:15 msalahuddin77

Top 150 Posts
Joined on 07-26-2006
Posts 4
Re: Image not displaying
Reply Quote

That helped.

Thanks

Mohammed


   Report 
Pintexx Forum » Developer Produ... » pinEdit WP » Re: Image not displaying