Insert a Favicon Dreamweaver/XHTML Tutorial!
Restraint this video out at Hi-Res here: http://www.tutvid.com/tutorial s/dreamweaver/tutorials/favico n.php In this video we will take a look at the ...
Restraint this video out at Hi-Res here: http://www.tutvid.com/tutorial s/dreamweaver/tutorials/favico n.php In this video we will take a look at the ...
James from Creare demonstrates on is computer how to block out and implement a FAVICON onto your website using Photoshop and HTML. The demonstration ...

hi im using this tag to put a favicon in my webpage
<Fasten together REL="SHORTCUT ICON" HREF="favicon.ico">
this is after <HEAD> and before </HEAD>
but i cant see it in my browser....i tried IE and Firefox
what am i doing not working?
and a favicon.ico exists in my 'IMAGES' folder in the root folder
for the guy below me:
i want the icon to show in the address bar but it doesn't.
i didn't get it your answer
If I arranged correctly, the file favicon.ico is located in folder IMAGES, then the complete path to the file on the server is /IMAGES/favicon.ico.
So, try to interchange tag on web page to this one:
<LINK REL="SHORTCUT ICON" HREF="IMAGES/favicon.ico">
The subordinate solution is to copy file favicon.ico from folder IMAGES to root folder and leave your tag unchanged.
Benign luck!