HOT POST

6/recent/ticker-posts

CREATE SCROLLABLE POST ON BLOGGER


How to create scrollable post on blogger: To create a scrollable post on Blogger, you can use the following steps:
  • Log in to your Blogger account.
  • Create a new post or edit an existing one.
  • Switch to the HTML mode (by clicking on the “HTML” tab) and paste the following code:

<div style="overflow:scroll; height:400px; width:100%;">
   Your post content goes here
</div>
  • Replace "Your post content goes here" with your actual post content. You can adjust the height and width values to fit your needs.
  • Save and publish the post.
  • Your post should now be scrollable within the specified height and width.

Post a Comment

1 Comments