I'm trying to embed a webpage within another webpage using an iframe. I attempted to do so with this simple code:
<iframe src="http://edition.cnn.com/" id="i_frame"></iframe>
However, nothing is displaying. Any thoughts on why this might be happening?