Dark Bit Factory & Gravity

ARCHIVE => Archive => GFX & sound => Topic started by: Xone on July 01, 2009

Title: Address bar icon - offline
Post by: Xone on July 01, 2009
Anyone know if it's possible to get an address bar icon to display in an off-line webpage ?
I'm working on one of them offline Webpage CDs which autoruns when the disc is entered.

The current image on disc is 48x48 pixels (.ico file), which i made for the CDs disc drive image.
But I'd also like it to be taken to the address bar for the CDs webpages, or do I need to make another
icon at 16x16 ?
Title: Re: Address bar icon - offline
Post by: mind on July 01, 2009
i think you can use the one you have.. just name it "favicon.ico" and place it in the base html directory.. i.e where you have index.html and it should use it... im not 100% certain though, but just try it :)
Title: Re: Address bar icon - offline
Post by: Xone on July 01, 2009
It's working  :)
it wasn't showing in XP pro, but does show up in Win7.
Title: Re: Address bar icon - offline
Post by: Shockwave on July 02, 2009
Try putting this into the <head> section of your html mate..

Code: [Select]
<link REL="SHORTCUT ICON" HREF="path to icon">
Title: Re: Address bar icon - offline
Post by: Xone on July 06, 2009
Thanks guys, cd is looking much more proffesional now  8)

If anyone else is doing bitmap icons or such, I highly recommend trying out ICOfx:
http://icofx.ro/ (http://icofx.ro/)
Makes the job a bit quicker, especially if you're original image is a jpeg or PNG etc  :)