Is there a script anywhere that can allow you to have a picture next to your title bar? For example like that circle thing next to the url address box.
Is there a script anywhere that can allow you to have a picture next to your title bar? For example like that circle thing next to the url address box.
Come and join us @ The Fanciest Windows Forum around!
Are you talking about a favicon?
here a code to get any image to act as favicon,
insert into the <head> section of your document
and favicons are usualy 19x19pixelsCode:<link rel="icon" type="image/(replace with end of image tag without the *.*)" href="path/to/icon"/>
Last edited by nexhunter; 08-13-2008 at 11:54 PM.