The Sea King Posted November 8, 2007 Report Share Posted November 8, 2007 I have noticed that a little icon shows in front of a few sites right before the url address. I wish to do the same (I have the image on icon format) but I don't know what code to do it. Help. Link to comment Share on other sites More sharing options...
Ingolme Posted November 8, 2007 Report Share Posted November 8, 2007 It depends on the server settings. Usually you upload a "favicon.ico" file to the top level of the site. You can also put this tag in your HTML document:<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />Change "favicon.ico" for the icon file.I'm afraid you'll need to find software that converts imagesd to icon format. Link to comment Share on other sites More sharing options...
The Sea King Posted November 8, 2007 Author Report Share Posted November 8, 2007 Yes, I have the image on icon format (.ico)...So if the image was: http://tsk.freehostingnow.com/Kingdom.icoand the tag would look like this?<link rel="shortcut icon" href="http://tsk.freehostingnow.com/Kingdom.ico" type="image/x-icon" /> Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now