Turn off image buttons / icons on your pages in IE
1 <meta http-equiv="imagetoolbar" content="false" /> 2 <meta name="MSSmartTagsPreventParsing" content="true" />
DZone Snippets > peter > internet
12722 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Peter Cooperx http://www.petercooper.co.uk/
1 <meta http-equiv="imagetoolbar" content="false" /> 2 <meta name="MSSmartTagsPreventParsing" content="true" />