howto: images - favicon howtos rev 13 sep 2019 ....................................................... favicon: 1. make icon as ico or png file, size 64x64 px 2. Save it to a location on your server. 3. Add this code to the of your web pages: ("href" will show the actual location and name of your favicon image.) OR * https://html.spec.whatwg.org/multipage/links.html#rel-icon If you are using a separate cookieless subdomain for media, keep your favicon there, saves traffic since once favicon is called on your own domain, server sends cookies for '/' on every subsequent call. * https://stackoverflow.com/questions/6644684/do-you-have-to-include-link-rel-icon-href-favicon-ico-type-image-x-icon#answer-33089465 * http://www.ravelrumba.com/blog/static-cookieless-domain/ website to generate favicons: * http://www.favicomatic.com/ resources: * https://codetheweb.blog/2017/12/14/html-icons/ * https://stackoverflow.com/questions/13211206/html5-link-rel-shortcut-icon * https://en.wikipedia.org/wiki/Favicon * https://en.wikipedia.org/wiki/ICO_(file_format) ....................................................... website icon for phone screen: 1. Make a png image, 144x144, to be used as an icon. 2. Save it to a location on your server. 3. Add this code to the of your web pages: Android will use this if it exists, if not will use favicon. resources: Complete guide to HTML icons https://codetheweb.blog/2017/12/14/html-icons/ Favicon Generator https://realfavicongenerator.net/ https://mathiasbynens.be/notes/touch-icons (lots of good historical info) _______________________________________________________ begin: 12 sep 2019 -- 0 --