How do I put a bookmark icon for my site? If you know the html or a link on how to do it that would be great! Thanks
Bookmark Icon how to put it on a site?
Collapse
X
-
Tags: None
-
Disregard the stupid russkie (XAKEP)
You need to upload a pic named favicon.gif into your root dir.Comment
-
Originally posted by XAKEPSet onclick:
this.setHomePage('http://www.xakep.com')
for example.
Humm I put that in the body of the page?
Set onclick:
this.setHomePage('http://www.blahblahblahblah.com/images/blah.jpg')
Like this?Comment
-
Originally posted by Oracle_PornDisregard the stupid russkie (XAKEP)
You need to upload a pic named favicon.gif into your root dir.
ok then what it will automaticly show up?Comment
-
-
-
-
*cough*
Make a 16x16 pixel image named favicon.ico and upload it into your root directory.
Then stick this in the head of your page..
Code:<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
Comment
-
oh yeah, my bad.Originally posted by Project-ShadowIsn't it suppose to be favicon.ico ?
favicon.icoComment
-
An icon is 3 different sizes, not 1 size like a gif etc.Comment


Comment