Hi all , I come across a strange problem but not sure if it is related to the PHP. I run a phpbb forum and I post a post with some images which link from another site using <img>.
But when I read that pages , no images but the famous error cross image shown. I don't know why the images cannot be shown up , so I check the page source I received and it is correct ( for example <img border="0" src="http://somesite.com/somepic. jpg"/> ) . To verify it the <img> is correct , I then copy the page source I received and save them as another .html page and open it using the browser. I can then see the picture shown up correctly , so I can confirm that the <img> code and the image link generated by the phpbb is correct . Only the images in the post content cannot be displayed . Another images such as the forum header and footer can be displayed correctly . Any idea ??? Thanks and regards.
