![]() |
Forum Index : Microcontroller and PC projects : PicoMiteWEB - favicon.ico
Author | Message | ||||
Pluto Guru ![]() Joined: 09/06/2017 Location: FinlandPosts: 374 |
In Matherp's thermostate example the "favicon-icon" is embedded in the HTML-code. I like the approach; no need to keep the favicon.ico in the flash. <link rel="icon" type="image/x-icon" sizes="16x16" href="data:image/png;base64,AAABAAEAEB.......... How do you make it? Which tools are needed? (I know how to make a custom favicon.ico) /Pluto |
||||
JohnS Guru ![]() Joined: 18/11/2011 Location: United KingdomPosts: 3998 |
Looks like a base64 (aka b64) tool (I have it on Linux, guess it's widely available for other OSes). John |
||||
Pluto Guru ![]() Joined: 09/06/2017 Location: FinlandPosts: 374 |
Thanks John! Googling for base64: base64 Image Encoder Made a 16x16 picture in Paint. Saved as png and dropped the file in the base64 Image Encoder, which gave the code (blue text): <link rel="icon" type="image/x-icon" sizes="16x16" href= " data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAA........ ......fQE2zAhkZr+w8IO2jMBYNhMBMA1K3Ap7ISgCSqF3PqRxrvx4+TAAAAAElFTkSuQmCC " /> Place <link rel="icon"......./> inside the <head>...</head> /pluto |
||||
JohnS Guru ![]() Joined: 18/11/2011 Location: United KingdomPosts: 3998 |
Excellent! John |
||||
Pluto Guru ![]() Joined: 09/06/2017 Location: FinlandPosts: 374 |
Thanks again John. Without your hint I would not have succeded (today at least). /pluto |
||||
![]() |
![]() |
The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |