Home » , » How to Create Blogroll (Link List Box)

How to Create Blogroll (Link List Box)

Written By Unknown on Sunday, August 26, 2012 | 12:55 AM


As a bloger, we usually added our Friends link on our blog. Day by day and month by month it's number will increased. But if your friends link over than hundredsor or even thousands, it will be a problem, your blog space will full of your friends link list.
Now I will show you how to create a blogroll, You can fill it with as many as links, and it's size will not get bigger. So it will save space on your blog or sidebar.
Here's the code that you should to copy and place on your blog or sidebar ("Add Page Element --> HTML/Java Script").

<div style="border: 1px solid rgb(153, 153, 153);
overflow: auto;
width: 200px;
height: 300px;
text-align: center; ">
#link1 <br />
#link2 <br />
#link3 <br />
#link...
</div>

Note:
- Text width: 200px; and height: 300px; is size of the box, you can change it according to your place or sidebar size .
- Change the text "#link1 , #link2 , #link3 dst" with your friends link list.

2 comments:

  1. Nice and important post I think blog itself has given a chance to add a blog list... I think if modified this can also use a syndicate.

    ReplyDelete

Powered by Blogger.