How do put image on favorite

  • Thread starter Thread starter edunetgen
  • Start date Start date
E

edunetgen

I have a Web Aplication.
I want an own image when an user adds me to favorite.

Thanks,

Edu
 
Hi Edu,

First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need to customize your icon if your
site is added to favorite. If there is any misunderstanding, please feel
free to let me know.

You can add this line after any meta tags in the HEAD section but before
the </head> in the index.html file.

<link REL="SHORTCUT ICON" HREF="http://yoursitedotcom.here/favicon.ico">

If you are in a user directory, without a domain, add something like this
instead:

<link REL="SHORTCUT ICON"
HREF="http://yoursitedotcom.here/yourdir/favicon.ico">

For more information, please check the following link:

http://www.davesite.com/webstation/html/favicon.shtml

HTH.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
Back
Top