Thread: Image damage
View Single Post
  #3  
Old 28th April 2012, 15:06
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
Quote:
Originally Posted by gogo999 View Post
Is there a fix over the image to

Click the image to open in full size.
What browser you using?? sometimes even if the path is correct Google chrome will show broken image.. I find that the easy way to fix this is to eg.

change something like this

PHP Code:
src=/pic/bottom_right.gif 
to
PHP Code:
src=http://sitename.com/pic/bottom_right.gif 
But check first if the images exists first.
Reply With Quote