iPhone bookmark images

Dave Taylor’s How to create a custom Apple iPhone icon for your Web site is all pretty self explanatory but the gist reads:

  1. Create a 45*45px png bookmark image for your site (don’t bother making it ‘shiny’, the iPhone will do that automagically)
  2. Name it & place it either as:
    1. ‘apple-touch-icon.png’ & drop it into your root directory or…
    2. ‘your.file.name.png’ & link to it in the head using <link rel="apple-touch-icon" href="/yourimagefolder/your.file.name.png" />