網頁

顯示具有 Blogger Code 標籤的文章。 顯示所有文章
顯示具有 Blogger Code 標籤的文章。 顯示所有文章

2007年4月13日

How to put a little icon (Favicon) in from of your URL

first you need to have your own small icon that you want to post it on
then upload to FacIcon From Pics
you will get your own icon.ico
this is what you want
save it and upload to googlepage

if you have a 會動的 icon
you will get two file one is .ico one is .gif

remember to change the name to what you want

after Head put in those code:

1.if is normal Favicon(only need ICO file)

<link rel="shortcut icon" href="favicon.ico文件地址" />

2.if is 會動的 Gif(upload two file)

<link rel="shortcut icon" href="favicon.ico文件地址" / >
<link rel="icon" href="animated_favicon1.gif文件地址" type="image/gif" />

p.s. all the <> need to by use as <>

22 Free Essential Icon Sets

Don't know where to find the icon for your web blog
try 22 free essential icon sets is good and fast way to find a lot of icom


22 Free Essential Icon Sets

2007年4月12日

線上人數貼紙

要如何知道目前blog的線上人數呢?
進入http://whos.amung.us/把HTML程式碼抓回家貼就可以了,當中沒有javascript就可知道線上人數,真是另人感覺到神奇

2007年3月30日

表情圖

在Blogger簡單的加上一呼叫表情圖的Javascript,往後在Blog貼文或回應時,都能支援顯示可愛的小臉表情圖像囉~

修改步驟如下:
1. 很簡單,登入控制主頁>修改HTML
2. 找到,在的上面加入以下JavaScript語法即可

語法如下:(語法與小圖都放在Googlepages裡,永遠不會移除)

Code





再進到"修改HTML"中,手動加入以下CSS規範
放到之間即可

Code








copy from Ben's Blog

Related Posts Plugin for WordPress, Blogger...