Adding an icon in the URL
Posted: Tue Aug 02, 2005 2:00 pm
How to add an icon before the URL that comes in the address bar?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">