View Single Post
  #2 (permalink)  
Old 05-11-2008, 09:34 AM
TechieGuy's Avatar
TechieGuy TechieGuy is offline
Ultimate Babbler
 
Join Date: Jul 2007
Location: Canada
Posts: 1,013
TechieGuy has a rock solid WB reputation (over 200 points)TechieGuy has a rock solid WB reputation (over 200 points)TechieGuy has a rock solid WB reputation (over 200 points)
Default

Those are favicons.

You can easily create one by using an icon editor. Maybe someone can tell you of one to use.

Once you create it, you upload it to your host, and then reference it in the head section of your HTML as:

Code:
<link href=[Icon location] rel='shortcut icon' type='image/x-icon'/>
<link href=[Icon location] rel='icon' type='image/x-icon'/>
__________________
Reply With Quote