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