How to Install a custom template in Blogger
Find title tag , generally this tage written like this :
<title><data:blog.pageTitle/></title>
Replace with this code
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
How to hiden the navbar
Add the code below after these code : <b:skin><![CDATA[
#navbar{height:10px; visibility:hidden; display:none}
How To Print Your Blog Pages?
Add this code in the bottom of page or another place yo want :
<a href="javascript:print(document)">Print</a>
- Download a template file (xml file)
- Log in to Blogger.
- Go to "Layout" under "Dashboard".
- Click "Edit HTML" under "Layout".
- Find and Upload the new Blogger template
- Finish, Enjoy your new blog design.
Find title tag , generally this tage written like this :
<title><data:blog.pageTitle/></title>
Replace with this code
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
How to hiden the navbar
Add the code below after these code : <b:skin><![CDATA[
#navbar{height:10px; visibility:hidden; display:none}
How To Print Your Blog Pages?
Add this code in the bottom of page or another place yo want :
<a href="javascript:print(document)">Print</a>
0 comments:
Post a Comment