I am trying to embed a picture from this link into an iframe. But somehow, weirdly, the whole page is being forwarded to the site. Here is the link to the image: http://www.shareapic.net/content.php?id=9369968 Code (markup): and here is the iframe code I am using: <iframe src="http://www.shareapic.net/content.php?id=9369968" name="euro2008" scrolling="auto" frameborder="no" align="center" height = "500px" width = "500px"> </iframe> Code (markup): What is going on? What am I missing? Please enlighten!