Google Blogger 是一个免费博客系统。它功能强大,同时也给用户很大的自由去个性化自己的界面。去掉顶部的导航条(navbar)和使用自己的 favicon 只是其中的两个例子,都很容易,本网站使用的就是这两个方法:
1. 进入你 Blogger 的管理界面,选择 Layout | Edit HTML,把下面的 CSS 代码放到你模板代码的 CSS 部分即可去掉顶部的导航条:
#navbar-iframe{
display: none !important;
}
2. 制作好 favicon 后,把 favicon.ico 文件上传到服务器,如果你没有可用的服务器,可以使用免费的 Google Sites 来寄存此文件,并取得该文件的 URL。然后,进入你 Blogger 的管理界面,选择 Layout | Edit HTML,在模板代码中找到 </head> 在它的上面插入下面两行代码,保存代码,刷新 Blog 页面就可以看到你自己的 favicon 了:
<link href='http://your.google.sites/path/to/facicon.ico' rel='icon' type='image/x-icon'/>
<link href='http://your.google.sites/path/to/favicon.ico' rel='shortcut icon'/>
Thursday, March 26, 2009
Subscribe to:
Posts (Atom)
Featured Post
Windows和Ubuntu双系统完全独立的安装方法
http://www.ubuntuhome.com/windows-and-ubuntu-install.html | Ubuntu Home Posted by Snow on 2012/06/25 安装Windows和Ubuntu双系统时,很多人喜欢先安装windows,然...
-
http://www.williamlong.info/archives/3125.html -月光博客 互联网精准广告定向技术,指的是依托于搜索引擎庞大的网民行为数据库,对网民几乎所有上网行为进行个性化的深度分析,按广告主需求锁定目标受众,进行一对一传播,提供多通道投放,按照效...
-
VOA News A wine-tasting near Beijing, China Finally, a listener in Taiwan wrote to ask why his face turns red when he drinks alcohol. Th...
-
How to Debug PHP Using Firefox with FirePHP July 11th, 2009 by Nuno Franco da Costa Typically, there are two main ways of debugging serve...