>> Seems it would be a good idea to create a favicon.ico loudly extolling the
>> virtues of all thing non-M$ (8-)
>
>Uhm ... you get 16x16 pixels. Good luck extolling anything at all. Give it
>up folks ... it aint worth it.
Really? Whipped this up in 2 minutes:
#define tux_width 16
#define tux_height 16
static unsigned char tux_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7f, 0x00, 0x08, 0x00, 0x08, 0x00,
0x08, 0x00, 0x28, 0x45, 0x28, 0x29, 0x28, 0x11, 0x28, 0x29, 0xc8, 0x44,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};