Jump to content
xisto Community
Sign in to follow this  
kokushta

How Do I Display My Website Logo

Recommended Posts

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.