kokushta 0 Report post Posted October 28, 2004 How do I display my website logo?Some pages display their logo in the address bar.. how can this be done? Share this post Link to post Share on other sites
overture 0 Report post Posted October 28, 2004 This is called a Favicon, this is where an icon is displayed in the left of the address bar to do this you need to add this code. You will probably only be able to see this when using a standard compient browser (Mozilla, Firefox), not IE in IE it will only show up when you bookmark the site in the Favourites folder.the code goes between the <title> and </head> tags. <link href="icon_name.ico" rel="shortcut icon" type="image/x-icon" /> <title>title page</title><link href="icon_name.ico" rel="shortcut icon" type="image/x-icon" /></head> the image has to be 16x16 pixels in size. you could create a 32x32 icon which will be automatically scaled down. You have to save the file as a .ico (icon) file for this to work.Hope that helps.good luck Share this post Link to post Share on other sites
iGuest 3 Report post Posted October 28, 2004 Hey kokushta,Check out this page from our Howto's and Tutorials, it explains about how you can create and add favicons to your own site.For IE, it happens rarely but if someone bookmarks your site, their favourites will show your favicon, hopefully.Cheers, MC Share this post Link to post Share on other sites
Bigyan 0 Report post Posted October 28, 2004 Thanks buddies, you guys solved my problem !!.I too had the same problem.Thank to kukusta for asking a question like this ........ Share this post Link to post Share on other sites