View Full Version : Bookmark/Favorites Icons
Urban Earth
04-16-2004, 01:35 AM
How does one create/make/load the nifty icons that show up in Bookmark and Favorite lists?
AJ
1) Create or get a .ico file, name it "favicon.ico".
2) Upload it to the root of the directory that contains your HTML files, in your web server.
3) Edit all of your HTML files, so they all have:
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
In the <head> </head> section.
Urban Earth
04-16-2004, 12:34 PM
Thanks, that seems nice and simple!
AJ
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.