Safari - Logo in address bar?

patrean

Registered
Can someone please tell me how to get a logo to show up in the Safari address bar of one of my sites.

Thanks
 
I'm not sure if this is still required but I have this code on my website which used to be required

Code:
<link rel="SHORTCUT ICON" href="favicon.ico"/>
		<link rel="ICON" href="favicon.ico"/>
 
the HTML code that you had to place in the header of the HTML is required for compliance with old browsers. It shouldn't be necessary for any browsers released in the last few years.
 
Back
Top