Tuesday, 27 December 2011

How to Create/Make a Scrolling Text Area in Joomla or Blogspot



  Sometimes we want to post articles exactly looks like a frame, and the content being in the same file as the rest of the document.
How can you make a textarea box like scrollable section on your page...? It's simple..., just following these instruction.


Instructions :

  Login to your Joomla Administrator or Blogger dashboard

  Make a new article/post by clicking NEW POST

  Click Edit HTML on your Article Posting Area, and put this code below:

<div style="border: 1px solid rgb(153, 153, 153);
overflow: auto;
width: 505px;
height: 200px;
text-align: center; ">
YOUR - TEXT - HERE
</div>

  You can change YOUR - TEXT - HERE with your own post, and modified the style, width and height of your post.

  It's done.
  Sponsored Link :



 Share to Friends :

No comments:

Post a Comment