自制Navbar
注:做此教程之前 记得要先移除 Navbar(移除Navbar教程)
普通 Navbar 很老牙对不对?! xD 自己制作一个吧 >w<
Blog Template / Blogskin
1. 信息中心 - 设计 - 修改模版 (Blogskin:模板)
2. Ctrl + F 寻找 <head>
3. <head> 下面 添加代码:
<div style="position:fixed; top:0px; right: 0px; width:100%; border-radius:2px; padding:3px; background:#FFD2CB; color:#C11B17; font-size:11px;">
<center>写字呗! <a href="http://www.blogger.com/follow-blog.g?blogID=BLOG ID" target="_blank">FOLLOW</a>|<a href="http://www.blogger.com/home" target="_blank">DASHBOARD</a> </center></div>
图片型:
<div style="position:fixed; top:0px; right: 0px; width:100%; border-radius:2px; padding:3px; background:url(背景網址); color:#C11B17; font-size:11px;">
<center>写字呗! <a href="http://www.blogger.com/follow-blog.g?blogID=BLOG ID" target="_blank">FOLLOW</a>|<a href="http://www.blogger.com/home" target="_blank">DASHBOARD</a> </center></div>
4. 保存.
注释:
粉 - 可更改 fixed/absolute
绿 - 可更改 top/bottom
蓝 - 背景图网址
黄 - 字体大小,号码越大 字体越大
紫 - 你想写的字
红 - 你的 Blog ID