Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

HOW TO: Hide the Internet Explorer 6 Image Toolbar When You View a FrontPage 2002 Web Page


View products that this article applies to.

This article was previously published under Q318284

↑ Back to the top


Summary

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

  1. Open a page in FrontPage.
  2. On the File menu, click Properties.
  3. Click the Custom tab.
  4. In the System variables (HTTP-EQUIV) section, click Add.
  5. In the Name box, type imagetoolbar. In the Value box, type no.
  6. Click OK to add the value.
  7. Click OK to close the Page Properties dialog box.
  8. Save the page.

Hide the Image Toolbar for a Specific Image

  1. Open a page in FrontPage.
  2. Switch to HTML View.
  3. Locate the image (<IMG>) tag for the image that you want to modify. The <IMG> looks similar to this:
    <img src="mypicture.gif">
    					
  4. 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">
    					
  5. Switch to Normal View.
  6. 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

↑ Back to the top


Keywords: KB318284, kbhowtomaster, kbhowto

↑ Back to the top

Article Info
Article ID : 318284
Revision : 3
Created on : 2/1/2007
Published on : 2/1/2007
Exists online : False
Views : 335