I realize 99% of the readers will think I'm an idiot for asking this, what do I use to get a small logo to show up on my browser tab/address bar? For example, if Yahoo! has that Y!, Digital Point has their logo, etc., etc.. That "e" with the ring through it doesn't really fit the branding of my website. Thanks in advance! Chris
Put <link rel="shortcut icon" href="images/favicon.ico" /> in the head of the html and in the folder images make image favicon.ico (32x32) or visit http://www.chami.com/html-kit/services/favicon/
Actually its 16x16 I thought, and you dont need a link rel, you just call it favicon.ico and put it in the document root unless something has changed with new browsers
Create 16x16 with 256 colors and name it favicon.ico Than put this in the <head> tag: <link rel="shortcut icon" href="favicon.ico" />