0
[測試文][Blogger] – 如何讓Blogspot上方可惡的"導覽列"消失?
相信有很多人都會聽玩過Blogger,這一個Google旗下的一個免費Blog平台。Blogger在很多方面都很強大,功能十分完整,真是一個十分 不錯的資源!可是,網站上方總是有一條"導覽列",使頁面看來不太美觀。你是否一直都想把這個東西清掉?如果你是這樣想的,就看這一篇教學吧!
1. 進入Blogger後台 ( http://blogger.com/home )。
2. 按下〔版面設置〕。
3. 按下〔修改HTML〕。
4. 在 body { …. } 後加入以下程式碼:
height: 0px;
visibility: hidden;
display: none;
}
| This image has been resized. Click this bar to view the full image. The original image is sized 680x431px. |
最後,按[儲存範本]就完成了。
6. 如果以上步驟無誤,"導覽列"就會消失了囉~
| This image has been resized. Click this bar to view the full image. The original image is sized 657x100px. |
清除(隱藏)了"導覽列"後。。。
| This image has been resized. Click this bar to view the full image. The original image is sized 664x76px. |