i have two websites 1. https://dl.dropbox.com/u/43733183/FacebookPages/tes.html 2. http://iamjusttestingiframe.blogspot.com
I want to display first page on the second page. I am using iframe for doing that. I can control the weight of iframe, but for height i have problems
Below is my code
<iframe frameborder="0" id="iframe1" marginheight="0" marginwidth="0" scrolling="auto" height="100%" src="dl.dropbox.com/u/43733183/FacebookPages/tes.html"; width="100%"></iframe>
How can i place it into my first website with full height? I want to have one main scrollbar on my page.
Thanks