Jump to content

Recommended Posts

Posted

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

Posted

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. ;)

Posted

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.

Posted
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!!

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

 

Thanks, Thomas!!

Yes, it is that simple. Just remember to name it favicon.ico

Posted

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>

Posted

Thanks for Feedbacks.

 

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>

Posted

I have done it. It shows up in firefox but not in IE. I have done everything. I changed the name to favicon and also copied int eh root put the script between <head> and </head> but there is something wrong in IE.

Any body have some solution for that.

Thanks

Shahram

Thanks for Feedbacks.

Posted (edited)

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
Posted (edited)

Done, added the image type (type="image/x-icon" />) but no success! :( :tchrocks: :lol2:

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.    :blink:

Edited by kingram

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...