I believe that all of you know about table of content. Yeah, it is like table of content in a book. The function is for make easy a reader to find what the tiltle or chapter that he or she want. So it is very important for writer to make it. As the topic, we’ll make table of content with scroll. So, appearance of this table of content will be rather different than generally. You can see this example below :
Ok, you have seen how the appearance of table of content that we want to make. And then, how to make it ?
Let see the way below :
- You should sign in your Blogger account first.
- If you have been in dashboard, you choose Layout -> Add gadget -> HTML/javascript.
- Fill the gadget title (it's up to you)
- Fill the column under title by using script below (copy and paste to the column) :
<div style="border: 1px solid rgb(0, 0, 0); height: 200px; overflow: auto;">
<script src="https://googledrive.com/host/0ByoCwyjwB1aDQnJmSWpieEZkbDg">
</script>
<script>
var numposts = 1000;
var showpostdate = false;
var showpostsummary = false;
var numchars = 100;
var standardstyling = true;
var shownumposts = true;
</script>
<script src="/feeds/posts/default?orderby=published&alt=json-in-script&max-results=999&callback= showrecentposts">
</script></div>
<div align="center" style="font-size: 8px; padding: 20px 5px 5px;">
</div>
- The last step, just Save that and see the result
That’s all for today, thanks a lot for your visiting. See you !!