Jump to content

Icon


kingram

Recommended Posts

I know it may be easy for some guys but I could not get track. I am trying t make an icon for my webpage or each sub category webpage and I could not find out how to make an icon. I know that it is possible with any image processing software like Photoshop but I do not know the size and how to manage it so it uploads when someone views the page.

Thanks

Link to comment
Share on other sites

Hi,

 

I am assuming that you speak about the small icons that sometimes shows up in the adressbar, here is what you will need to do:

 

1) Make an image with dimensions 16x16 pixels.

2) Save it as a bmp file.

3) Inside explorer or similar, rename it to extension ico.

4) Finished. ;)

Link to comment
Share on other sites

If you are looking for information about the little image that shows next to the URL when a favorite is called up in the browser.

It is called a favicon

You can find more about them at the web developers journal

and how to use the free program Irfanview to convert an image.

 

It will work with most newer browsers when a favorite site is recalled.

 

It is a 16x16 image

and saved with Irfanviw as a .ico file

ulpoad to the folder you want it used with.

Link to comment
Share on other sites

1) Make an image with dimensions 16x16 pixels.

2) Save it as a bmp file.

3) Inside explorer or similar, rename it to <edited> favicon.ico </edited>

4) Finished. :(

 

Is it really that simple? You don't need a special icon generator? WOW. I'm so excited!!!!

 

Thanks, Thomas!!

Link to comment
Share on other sites

I know firefox checks the site if a favicon.ico exists (darn all those 404s lol) but I am not sure if explorer does. If you want to be sure that it gets displayed, you can use this:

 

><head>
<link rel="shortcut icon" href="favicon.ico">
</head>

Link to comment
Share on other sites

Try this:

 

<link rel="shortcut icon" href="path-to-favicon.ico" type="image/x-icon" />

 

You may still have to 'Add To Favorites" and reload to work in IE but it should work.

 

 

Maybe. :)

Edited by boxturt
Link to comment
Share on other sites

The full path is included that is why I can see with Firefox but not with IE. :lol2:

 

I do not see the full url

HREF="http://www.mytchsite.com/pathto_icon_file/favicon.ico

 

it starts with a folder name

<link rel="shortcut icon" href="templates/..........

try the full path or put the favicon.ico file in the same folder as the blog.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...