Blogging Tips for Scroll Bar And Iframe
Dear folks in this Blogger tips and trick section i wright about how to put custom Scroll Bar and Iframe in a blog post, these two feature would give you some more space in your post where you would be able to add pic,videos, images and specially for ads this feature give beautiful look to your blog post. If you want to put any long code or any long article in short space in your blog post using custom Scroll Bar for your blog post and if you want to put any flash file in your post so if you want add these tow feature in your post so you have to fallow some simple steps.
How To Put Scroll Bar In Blog Post
Login your Blogger account go to Dashboard>>New Post>>Click On HTML Right side Of Compose Button.Now copy the code given below.
<div style="height: 100px; overflow: auto; width: 100%;">
Paste the code in HTML section and click on compose and now you able to put text inside scroll Box.
YOUR TEXT YOUR TEXT YOUR TEXT
YOUR TEXT YOUR TEXT YOUR TEXT
YOUR TEXT YOUR TEXT YOUR TEXT
YOUR TEXT YOUR TEXT YOUR TEXT
YOUR TEXT YOUR TEXT YOUR TEXT
YOUR TEXT YOUR TEXT YOUR TEXT
YOUR TEXT YOUR TEXT YOUR TEXT
YOUR TEXT YOUR TEXT YOUR TEXT
YOUR TEXT YOUR TEXT YOUR TEXT
YOUR TEXT YOUR TEXT YOUR TEXT
YOUR TEXT YOUR TEXT YOUR TEXT
YOUR TEXT YOUR TEXT YOUR TEXT
YOUR TEXT YOUR TEXT YOUR TEXT
You can also adjust height and width as you want.
How To Put Iframe In Blog Post
With the help of Iframe you can put another web page inside iframe if you want to put iframe in your blog post just copy thecode given below.<iframe src="type URL" height="200" width="300"></iframe>
Go to Dashboard>>New Post>>Click On HTML Right side Of Compose Button.
Paste the code in HTML section and click on compose and now you able to put Iframe in blog post.
Important: