Use this step-by-step guide to hide the Microsoft Internet
Explorer 6 Image toolbar when you view a Web page created in FrontPage in a Web
browser.
The Image toolbar is a feature in Internet Explorer 6 that
appears above images on your Web page. It provides the following functionality:
- Save this image
- Print this image
- Send this image in an e-mail
- Open My Pictures folder
You can hide the toolbar for specific images or for an entire
Web Page. To do this, use the appropriate method for your situation.
Hide the Image Toolbar for an Entire Page
- Open a page in FrontPage.
- On the File menu, click Properties.
- Click the Custom tab.
- In the System variables (HTTP-EQUIV) section, click Add.
- In the Name box, type imagetoolbar. In the Value box, type no.
- Click OK to add the value.
- Click OK to close the Page Properties dialog box.
- Save the page.
Hide the Image Toolbar for a Specific Image
- Open a page in FrontPage.
- Switch to HTML View.
- Locate the image (<IMG>) tag for the image that you
want to modify. The <IMG> looks similar to this:
<img src="mypicture.gif">
- Add the GALLERYIMG attribute to the <IMG> tag and set
the value to no. This will hide the Image toolbar when you view the page in a Web
browser. The <IMG> tag should look similar to this:
<img src="mypicture.gif" galleryimg="no">
- Switch to Normal View.
- Save the page.
REFERENCES
For additional information about the Internet Explorer 6
Image Toolbar, click the article numbers below to view the articles in the
Microsoft Knowledge Base:
303473�
Image Toolbar Does Not Appear Over Image in Internet Explorer
306917�
How to Use the Image Toolbar and Automatic Image Resizing Feature in Internet Explorer 6