Saturday, March 9, 2013
Inserting a Webpage into Another Webpage
This is an example of how to add another website into your blog. Use this code for option 1:
<object data="http://www.enterawebsite.com" height="600" width="600"> <embed src=http://www.enterawebsite.com width="600" height="600"> </embed> Error: Embedded data could not be displayed. </object>
You could also use this option for code for option 2:
<iframe height="700" width="90%" frameBorder="0" src="http://www.enterawebsite.com">your browser does not support IFRAMEs</iframe>
<object data="http://www.enterawebsite.com" height="600" width="600"> <embed src=http://www.enterawebsite.com width="600" height="600"> </embed> Error: Embedded data could not be displayed. </object>
You could also use this option for code for option 2:
<iframe height="700" width="90%" frameBorder="0" src="http://www.enterawebsite.com">your browser does not support IFRAMEs</iframe>
Example of Option 1
Example of Option 2
Subscribe to:
Comments (Atom)