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
logo next to page url?
Moderator: General Moderators
First create a logo file *.ico
Next:
Add the following lines in the header of you page:
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">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
favicon.ico
- AKA Panama Jack
- Forum Regular
- Posts: 878
- Joined: Mon Nov 14, 2005 4:21 pm
You can use this site
http://www.chami.com/html-kit/services/favicon/
to creat your own favicon from your own image.
http://www.chami.com/html-kit/services/favicon/
to creat your own favicon from your own image.