pikablu 0 Posted March 10, 2007 Report Share Posted March 10, 2007 How exactly do you work iFrames, i try but I can't seem to work them very well. Quote Link to post Share on other sites
Guest FirefoxRocks Posted March 10, 2007 Report Share Posted March 10, 2007 The code for inserting iframes is: <iframe src="URL here"></iframe> iframes are depreciated and you should use <object> instead. For example, the above could be created by: <object data="URL here">Some alternate text</object> I don't recommend using object yet because Internet Explorer doesn't support it.The iFrame will be like a div section with scrollbars and a border. Quote Link to post Share on other sites
PrateekSaxena 1 Posted March 10, 2007 Report Share Posted March 10, 2007 see this it is very useful - http://www.devarticles.com/c/a/HTML/Buildi...-Editor-Part-1/ Quote Link to post Share on other sites
pikablu 0 Posted March 10, 2007 Author Report Share Posted March 10, 2007 ah, I think that that should help, thank you. Quote Link to post Share on other sites
jlhaslip 1 Posted March 10, 2007 Report Share Posted March 10, 2007 Have a look here, too:http://jlhaslip.trap17.com/samples/frames/css_frame.htmlhttp://jlhaslip.trap17.com/samples/frames/...ame_hidden.htmlCSS "frames" might work, too... depending on the frame contents. Quote Link to post Share on other sites
PrateekSaxena 1 Posted March 10, 2007 Report Share Posted March 10, 2007 something similar to this - http://huligar.com/portfolio.html!!Click on the small link on the right hand side! Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.