I have two blogs. I need to link those.
'one.html'
of the 'website1.com'
should load the 'website2.com'.
The address 'website2.com'
should not be displayed, instead, it should show 'website1.com/one.html'
.
It has to scroll without cutting the content (auto adjust height, based on the content/no. of posts) but scroll bar should not be visible.
I created an iframe
and was able to hide the scroll bar as well, but it did not auto adjust the height. Either it does not show full content or shows half content.
Please provide the appropriate HTML
, CSS
, and/or Javascript
code to do the same.
Thanks in advance.