Want to show other webpage into your blog post? Or want to insert the content of other webpage into your blog post? This place will really help you in this regard.
Some time it is really very good to post the content from other websites right into your blog without making any changes. It is, I would say, an easy way to import the original website right into your blog post. Let's see how to work for it.
First of all start writing a new post.
Then copy the following code into your post:
<div dir="ltr" style="text-align: left;" trbidi="on">
<!--more-->
<html>
<head>
<title></title>
<style type="text/css">
<!--
#container{
width:725px;
height:900px;
border:1px solid #000;
overflow:hidden;
margin:1px;
}
#container iframe {
width:1200px;
height:1200px;
margin-left:-125px;
margin-top:-200px;
border:0 solid;
}
-->
</style>
</head>
<body>
<div id="container">
<iframe scrolling="no" src="http://yourwebsite.com/computer/ram.html"></iframe>
</div>
</body>
</html></div>
Note: The text with yellow highlighted background show the height and width of your page frame that would be shown into your post. You can adjust it according the content displayed on the webpage you want to import.
The text with red color should be replaced the original webpage URL which you want to display in your post.
Publish your post and see if the page fits in your blog post page,other wise edit you post and change the height or width of the frame.
That's All.

Tweet