View Single Post
  #2 (permalink)  
Old Jul 23rd, 2006, 01:57
sypher sypher is offline
Most Reputable Member
Join Date: Aug 2005
Location: North Wales, United Kingdom
Age: 21
Posts: 1,093
Thanks: 0
Thanked 0 Times in 0 Posts
Re: how do i change the adress bar picture ?

Its called a favicon (basically an image in .ico format which you can make to customize your site that little bit more)

Its done by adding this code inbetweenn ur <head> tags:
Code: Select all
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
To make a .ico image, just use this generator:
http://www.kgreene.com/favicon.php

Rename the saved .ico to favicon.ico and upload it to the root of your website.
Reply With Quote