How to add blogs headline in the blog?
The procedure below describes how to add headlines of your blog at the top of the blog
Step 1
Sign in to your blog and click on Layout Option
The procedure below describes how to add headlines of your blog at the top of the blog
Step 1
Sign in to your blog and click on Layout Option
Step 2
Click on Add Gadget and than select HTML/ Java Script
Step 3
Copy the code below and paste it there
<script type="text/javascript">
var hn_url_blog = "http://dipeshpoudel.blogspot.com";
var hn_jumlah_post = 8;
var hn_warna_latar = "#2E2EFE";
var hn_warna_garis = "#000000";
var hn_posisi = "top";
var hn_tampilkan_judul = false;
var hn_backlink = true;
</script>
<script src=" http://letsenjoy.googlecode.com/files/headlinenews.js?attredirects=0&d=1 ">
</script>
Replace http://dipeshpoudel.blogspot.com with your blog address

