Little logo next to the url - how to show
Moderator: General Moderators
-
crazytopu
- Forum Contributor
- Posts: 259
- Joined: Fri Nov 07, 2003 12:43 pm
- Location: London, UK
- Contact:
Little logo next to the url - how to show
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?
You mean the image next to http://www.google.com ?
If so, that's just CSS:
Y is the image's width.
If so, that's just CSS:
Code: Select all
a { background: url(imagefile.name) right no-repeat; padding-right: Y px; }- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
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.
You could also use IrfanViewer to save as ICO format.