Page 1 of 1
logo next to page url?
Posted: Sat Dec 17, 2005 4:44 pm
by word32
hey, you know the logo next to the url in the address page of
http://forums.devnetwork.net? how could i put one of those next to my page?
thx in advance,
-word32
Posted: Sat Dec 17, 2005 5:15 pm
by hawleyjr
First create a logo file *.ico
Next:
Add the following lines in the header of you page:
Code: Select all
<link rel="icon" href="/logoicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="/logoicon.ico" type="image/x-icon">
Posted: Sat Dec 17, 2005 5:16 pm
by neophyte
It's called a favicon.ico. Google favicon and you'll find lotsa instructions. Basically you just make a image, call it favicon.ico. (has to be a certain size), and through it in your root web directory.
favicon.ico
Posted: Sat Dec 17, 2005 7:49 pm
by AKA Panama Jack
You can use this site
http://www.chami.com/html-kit/services/favicon/
to creat your own favicon from your own image.
Posted: Sun Dec 18, 2005 3:17 pm
by word32
cool thanks, and i just made an icon with paint and saved it as favicon.ico and it works