Two questions... I'm playing around with using iframes on a page and when testing on my local server (not uploaded yet, so no link) they appear OK in IE8 IE7 & Chrome but not in Firefox, why is that?
And reading some of the other threads, it's mentioned that iframes cannot display pages from other sites yet mine appear to be able to. Why?
here's my code...
Code:
<iframe id="bbc" scrolling="no" marginwidth="0" frameborder="0" marginheight="0" src="http://www.bbc.co.uk/news/" width="780" height="400"></iframe>
Bookmarks