Tuesday, October 20, 2009

How To Create Auto Numbered Link List

Do you want to add Auto Numbered Link List in blogger.It is vey simple.Follow the steps below.

1.Log in to your dashboard--> layout- ->Page Elements

2.Click on 'Add a Gadget' and select 'HTML/Javascript'.



3.Add the code given below and click save.(or if you want to add this into a blog post, copy and paste below code in 'Edit Html' mode in blogger post editor.)

<h4>Your-Link-List-Title</h4>
<ol>
<li><a href="YOUR-LINK-1">LINK-NAME-1</a></li>
<li><a href="YOUR-LINK-2">LINK-NAME-2</a></li>
<li><a href="YOUR-LINK-3">LINK-NAME-3</a></li>
<li><a href="YOUR-LINK-4">LINK-NAME-4</a></li>
<li><a href="YOUR-LINK-5">LINK-NAME-5</a></li>
<li><a href="YOUR-LINK-6">LINK-NAME-6</a></li>
<li><a href="YOUR-LINK-7">LINK-NAME-7</a></li>
<li><a href="YOUR-LINK-8">LINK-NAME-8</a></li>
<li><a href="YOUR-LINK-9">LINK-NAME-9</a></li>
<li><a href="YOUR-LINK-10">LINK-NAME-10</a></li>
</ol>

Note : Replace YOUR-LINK-X and LINK-NAME-X with your details.

When you add more links into this link list all links will be automatically numbered.

Look at the example below :

No comments:

Post a Comment