Thursday, January 8, 2009

How to make a scroll Box in your Post ?

Scroll box will help you in making your blog arrangement more better and easy to see.All you need to do is to copy paste this code to the HTML/Javascipt or your post.



<div style="overflow:auto; height:400px; width:500px">
<table cellpadding="0" cellspacing="0" style="width:250px;">
<tr>
<td>Put your stuff here</td>
</tr>
</table>
</div>


Type or paste whatever text or HTML you want in the place where you see "Put your stuff here" (and of course then delete "Put your stuff here" and publish your post).

Please Note: The width and the height of the box can be changed by changing the numbers in height:400px; width:500px".



No comments:

Post a Comment

Message with proper word and language..don't be rude ok ^_^..thx for the comment.