Wednesday 21 September 2011

How do you change the website title image in the address bar?

i.e. yahoo.com has a %26quot;y%26quot; in the address bar in fire fox and the same in the tab of IE 6How do you change the website title image in the address bar?%26lt;link rel=%26quot;shortcut icon%26quot; href=%26quot;url to icon%26quot;%26gt;
How do you change the website title image in the address bar?
Favicon
How do you change the website title image in the address bar?
You can't change another websites icon, but you can change your own.



16x16 icon



%26lt;LINK REL=%26quot;SHORTCUT ICON%26quot;

HREF=%26quot;/~your_directory/logo.ico%26quot;%26gt;



http://www.chami.com/tips/internet/11059鈥?/a>

%26gt; can make an .ico file for you.
Something similiar to this;



%26lt;!DOCTYPE html

PUBLIC %26quot;-//W3C//DTD HTML 4.01//EN%26quot;

%26quot;http://www.w3.org/TR/html4/strict.dtd%26quot;%26gt;

%26lt;html lang=%26quot;en-US%26quot;%26gt;

%26lt;head profile=%26quot;http://www.w3.org/2005/10/profi鈥?br>
%26lt;link rel=%26quot;icon%26quot;

type=%26quot;image/png%26quot;

href=%26quot;http://example.com/myicon.png%26quot;%26gt;

[鈥

%26lt;/head%26gt;

[鈥

%26lt;/html%26gt;



It conforms to the W3 standard, whereas the old style IE used to use, did not.