Page 1 of 1

Little logo next to the url - how to show

Posted: Mon Mar 26, 2007 5:03 am
by crazytopu
Anybody knows how to incorporate that into a site? Do I have to make a smaller version of the logo and link it in my html code?

Posted: Mon Mar 26, 2007 5:51 am
by patrikG

Posted: Mon Mar 26, 2007 8:46 am
by TheMoose
You mean the image next to http://www.google.com ?

If so, that's just CSS:

Code: Select all

a { background: url(imagefile.name) right no-repeat; padding-right: Y px; }
Y is the image's width.

Posted: Mon Mar 26, 2007 1:49 pm
by RobertGonzalez
I think he is talking about the favicon.

Posted: Mon Mar 26, 2007 2:29 pm
by crazytopu
yup right. Favicon.Thanks guys.

Posted: Mon Mar 26, 2007 3:30 pm
by themurph
Free favicon file format plugin for photoshop:

http://www.telegraphics.com.au/sw/

Posted: Mon Mar 26, 2007 3:55 pm
by RobertGonzalez
That is a great plug in for photshop. If you don't have PS however...

You could also use IrfanViewer to save as ICO format.