網頁

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 <>

1 則留言:

Related Posts Plugin for WordPress, Blogger...