Making Blog Menu Manually

1. Login to your blog

2. Go to Layout

3. Click edit HTML button

4. Chek on Expand Widget template

5. Copy and paste code below

#daftar-isi-manual{ background:#C0C0C0; overflow: scroll; height:150px; font:10pt/15pt Arial, serif; color: blue }

6. Put that code, above ]]></b:skin> code.

7. Save

8. Then go to add a gadget

9. Chose edit HTMl

10. Copy and paste code below

<div id="daftar-isi-manual">
<ol>
<li><a href="Link of post title">Title</a></li>
<li><a href="Link of post title">Title</a></li>
<li><a href="Link of post title">Title</a></li>


</ol>
</div>

11. Save

No comments:

Post a Comment