How To Make a Table Of Content
1.Log in to your dashboard--> layout- -> Edit HTML 2.Click on "Expand Widget Templates" 3.Scroll down to where you see this:...
https://iskablogs.blogspot.com/2009/05/how-to-make-table-of-content.html
1.Log in to your dashboard--> layout- -> Edit HTML
2.Click on "Expand Widget Templates"
3.Scroll down to where you see this:
4.Replace above code with the below code :
data:blog.url'> <b:if cond='data:blog.pageType != "item"'> <a expr:href='data:post.url'> <div style="padding:6px 0 6px 5px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;margin-bottom:2px;background:#EAE9E9;color:#406A0E;"> <data:post.title/></div></a> <b:else/> <b:include data='post' name='post'/> </b:if> <b:else/> <b:include data='post' name='post'/> </b:if> |
5.Click on "Save Templates".
6.Click on Layout tab.Now Click on Add a Gadjet.Now Select "HTML/Java Script".
7.Copy below code and Paste it into the "HTML/Java Script" pop up window.
Note : You must replace YourBlogName with your real blog name and you can change the value of max-results=200 .
8.Now click Save and you are done.