Monday, June 25, 2007

Disable Image toolbar from web images

To turn the Image Toolbar off for all images in your page, use the following META tag in your page's HEAD section:

<meta http-equiv="imagetoolbar" content="no">

To control the Image Toolbar on a particular image, use the (non-standard) GALLERYIMG attribute of the IMG element. To turn it off, set the GALLERYIMG to "no" or "false", like so:

<img src="photo.jpg" galleryimg="no">

You can learn more about the Image Toolbar at MSDN:

http://msdn.microsoft.com/workshop/misc/mypictures/mypictures_ovw.asp