Wednesday 19 December 2012

Filled Under:

How to embed website within a website?



Embedding website within website is good idea. There are many ways.

but, here I am telling two ways to embed a website within website First HTML code and Second Iframe code.

1. HTML Code

<object data="http://exammaterial4u.blogspot.in/" height="400" width="600"> <embed src=http://exammaterial4u.blogspot.in/ width="600" height="400"> </embed> Error: Embedded data could not be displayed. </object></div>


Here you can change the code given in bold to adjust the width and height of website.

Exam of my blog is given below.
Error: Embedded data could not be displayed.

2. iframe Code

<iframe src="http://exammaterial4u.blogspot.com/" width="100%" height="400" frameborder="0" scrolling="no"></iframe>

Here you can change the code given in bold to adjust the width and height of website. You can also decide the scrolling by given code yes or no.

Exam of my blog is given below.


I have also created another blog
Exammaterialforeveryone.blogspot.in

WARNING 
Embedding a site against the copy right law can bring you in trouble. If site owner contact you to remove the embedded site from your website you must remove it as far as possible.

For any query and complain Read DMCA

0 comments:

Post a Comment