How can I turn off the Internet Explorer graphic toolbar

Internet Explorer has a "feature" that brings up a small toolbar when you hover over an image. With this toolbar you can save, print, and email the file with one click.  The bigger problem is that you want your clients to see their images, not this toolbar.

Fortunately it's easy to turn off.  Edit the header.tpl file in whatever theme you're using and insert the following code somewhere between <head> and </head>.

<META HTTP-EQUIV="imagetoolbar" content="no">

Save the file back tor your server and you're done.  The toolbar will not come up anymore on your site. 

Leave a Reply