Labels

Thursday, February 6, 2014

How To Add iframe in your blog

You may want to set your iframe up like this, but if the website you are using the iframe on is larger than your site in width or height you will need scrolling on or open the iframe just as large as the website contained in the iframe:

<iframe width="100%" frameborder="0" src="The blog URL Goes here" height="400"></iframe>