Jump to content

iFrames


pikablu

Recommended Posts

Guest FirefoxRocks

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.

Link to comment
Share on other sites

Link to comment
Share on other sites

something similar to this - http://huligar.com/portfolio.html!!Click on the small link on the right hand side!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...