How to Make a Table of Contents in Blog







The table of contents on the blog is very important, this function so that the reader each time you visit the blog can see a list of titles on the article. Yup, the blog is different from the content in the book.Blogs are good, providing features that can provide comfort to the reader, 
not only the look of the blog with trinkets that are less useful. For example you can see a list of contents on the right (sidebar) of this blog. 
Well, for this tutorial I give you 2 choices for you to make a list of contents on your blog. That is : 

  • The table of contents is displayed on the front page (in the sidebar of the blog)
  • The table of contents that will be displayed on one specific pages
    Good, I made ​​a table of contents, directly in stride;
    1. Log in to your blogger account
    2. Choose a layout / layout
    3. Select add gadgets
    4. Choose HTML / javascript.
    5. Give the title list to the content or the title to your liking
    5. Please copy-paste the following code:

    <div style = "overflow: auto; width: 430px; height: 120px; padding: 10px; border: 1px solid # eee"> <script style = "text / javascript" src = "http://yourjavascript.com/4412518217 / contents.js "> </ script> <script src=" http://namablog.blogspot.com/feeds/posts/default?max-results=9999&alt=json-in-script&callback=loadtoc"></script>
    </ Div>
    For a code blue please change. As boxnya Width = Width, Height = Height box and url links to your blog.

    6. Please Save and see the results ..

    Now, make a list of the contents of the second step, the following steps:
    1. Log in to your blogger account
    2. Select New post
    3. Select Edit HTML on the top right of the page
    4. Give the post title to the Table of Contents, or any title as desired mate.
    5. Copy and paste the following script:

    <script style = "text / javascript" src = "http://yourjavascript.com/ 4412518217 / contents.js "> </ script> <script src=" http://alamatblog.blogspot.com/feeds/posts/default?max-results=9999&alt=json-in-script&callback=loadtoc"></script>
    for writing is colored blue, simply replaced with a url link to your blog.

    6. Then Save, and see the results ..

    Easy is not it?? good luck....

    Previous
    Next Post »