Evening all.
I am working on a php site and the php has echoed this html line:
I was wondering if you can see anything wrong with that?
It doesn't show the image properly it just shows the sort of "image error" box with the alt text showing in it.
I have made sure both of the images exist and when I click on the error box it does open the hyperlink.
So whats the problem, why isnt it showing the original picture?
Thanks...
I am working on a php site and the php has echoed this html line:
Code:
<a href="http://localhost/test/image_upload/uploads/3a21b83cf0_Sunset.jpg" target="_blank"><img scr="http://localhost/test/image_upload/uploads/t_3a21b83cf0_Sunset.jpg" alt="Hosted by Everything Images" /></a>
I was wondering if you can see anything wrong with that?
It doesn't show the image properly it just shows the sort of "image error" box with the alt text showing in it.
I have made sure both of the images exist and when I click on the error box it does open the hyperlink.
So whats the problem, why isnt it showing the original picture?
Thanks...