Thread: shortcut item
View Single Post
  #2 (permalink)  
Old 07-05-2008, 10:45 AM
PR Design's Avatar
PR Design PR Design is online now
CSS Wizardry
 
Join Date: May 2007
Location: Yorkshire, England
Gender: Male
Posts: 4,842
Default

It's a favicon. Create the icon in 16x16px .ico format, upload it to the root of your server and for good measure put the following in the head of every page of the site:
Code:
<link rel="shortcut icon" href="favicon.ico" />
Reply With Quote