I have no trouble inserting iframe html into my master page, but it just won't take in the body of my homepage, even though I have created a webzone and a webpart to contain it. On save in SPD the code is stripped away. This is the code I'm using:
<div align="right" style="padding-top:4px; width:100%">
<iframe src="/_layouts/aig.intranet.webapplication/worldclock.aspx" frameborder="0" width="100%" height="22px" scrolling="no"></iframe>
</div>
Is it possible to get this into the body of a non-MasterPage?
Thanks