Blogger offer you well editor for both html and rich text.

Still in some case you might use test box where you can have test with scroll bar, well it is as simple as.

I’ll show you how:

Open New or existing post in HTML

Insert below code

<textarea rows="4" cols="30">

TEXT

</textarea>

No. of “Rows” and “cols can be modified as per suitability of yours.

Check below example:



Go to your Blogger Dashboard and click on Layout then Edit HTML.

2. Check the Expand Widget Templates box.3. Find the code

Press the Ctrl + F again and find the code below





Now replace the above code with the code below:




Save the template and now you can see the result.

Replace "Link URL address"> with your original link





Blogger also offering free template with post devider line, still if you have uploaded a customized template and do not have devide line, dont worry. Now can add deivder betwen your post easily.

Just follow the below simple steps

Go to your Blogger Dashboard and click on Layout then Edit HTML.

2. Check the Expand Widget Templates box.


3. Click CTRL-F and find

post-footer-line post-footer-line-1

Note: For post devid line image, you can create it in any phtoediting application and host your image filr in free file hosting site like rapidshare, hotfile, box or in photobucket, Flckr, Picasa

<p class='post-footer-line post-footer-line-1>

OR

<div class='post-footer-line post-footer-line-1'>

4. Under that line, paste this code and change IMAGE URL to the url address of your signature image

<img src='IMAGE URL' style='border: none; background: transparent;' /><br/>

5. Preview it and Save it