My imagination are strong enough for me to hold on.
Hello 2017

#Tutorial : How to add page
Tuesday 22 December 2015 @ 21:52


Hello peeps!!
I'm going to show you guys how to add new page in your blog
This is for navigation bar


1.Open your blog template, change to Edit Html
2.Press Ctrl+F (Command+F for Mac user)
3.Find Your navigation code between <body>&</body>, mine is navigations
4.Put this code after your naviation code
<span onClick="changeNavigation('blog')">HOME</span>

blog = your ID

5.Paste this code after <span onClick="changeNavigation('blog')">HOME</span>
<td id="blog" style="display: none;">

blog = your ID

It will become something like this


Make sure that your id same!!!





Labels: