I am using Webstudio 5.0 to build my website. What I am trying to achieve with this iframe is to bring a blog from another website into my current one. If you go to www.nightwatch.net/Blog.html you will see what it looks like. This works perfect in Firefox, but not in IE and Chrome.
The code used is:
<iframe src="http://nightwatchsecurity.blogspot.com/" width="767" height="600"></iframe>
It looks as if Web Studio tries to add the master page onto the iframe. You can see the image boxes that show up in the same format that the whole website layout is, and these images are not on the target website.
Any ideas?
Last edited by chrishirst; 07-19-2010 at 01:16 PM..
|