Hi, Does anyone know how to get your logo to appear beside the web address bar in the navigation toolbar? I'm not sure if IE7 does this but if you're using Mozilla you'll see Digital Point's logo next to the address bar, this is what I'm referring to. As always, help very much appreciated, thanks!
OK, first, you will need a 16x16 pixel ".ico" image. You can make one at http://www.favicon.cc/ Then put it in the root directory (you can put it wherever, just an example) Next, add the code so that it displays: <link rel="shortcut icon" href="youricon.ico" /> Code (markup): And you are done. Post back if you have any problems.