Sunday, 17 March 2013

How To Create table of contents cool

How To Create table of contents cool



  • How To Create table of contents cool- Table of contents is a widget or navigation is very important for a blog, because it will allow visitors to find articles that are searchable.Example



    How to make it pretty easy, please copy and paste the code below
    The kode:
     
    <link href="http://reader-download.googlecode.com/svn/trunk/tabbed-toc-skin.css" media="screen" rel="stylesheet" type="text/css"></link>
    <div id="tabbed-toc">
    <span class="loading">Loading...</span></div>
    <script type="text/javascript">
    var tabbedTOC = {
    blogUrl: "http://sitonga.com", // Blog URL
    containerId: "tabbed-toc", // Container ID
    activeTab: 1, // The default active tab index (default: the first tab)
    showDates: false, // true to show the post date
    showSummaries: false, // true to show the posts summaries
    numChars: 200, // Number of summary chars
    showThumbnails: false, // true to show the posts thumbnails (Not recommended)
    monthNames: [ // Array of month names
    "Januari",
    "Februari",
    "Maret",
    "April",
    "Mei",
    "Juni",
    "Juli",
    "Agustus",
    "September",
    "Oktober",
    "November",
    "Desember"
    ],
    newTabLink: true, // Open link in new window?
    maxResults: 99999, // Maximum posts result
    preload: 0 // Load the feed after 5 seconds (option => time in milliseconds || "onload")
    };
    </script>
    <span style="font-size: xx-small;">widget by: <a href="http://www.sitonga.com/2013/02/how-to-create-table-of-contents-cool.html">sitonga.com</a></span>
    <script src="http://reader-download.googlecode.com/svn/trunk/tabbed-toc.js" type="text/javascript"></script>


    Note: Please replace the red writing above with your blog URL
    source:http://www.sitonga.com/2013/02/how-to-create-table-of-contents-cool.html

    No comments: