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



The information in this article applies to:

  • Microsoft FrontPage 2002

This article was previously published under Q318284

For a Microsoft FrontPage 2000 version of this article, see 315821.

IN THIS TASK

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.

back to the top

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.
back to the top

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.
back to the top

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

Modification Type:MajorLast Reviewed:2/3/2003
Keywords:kbhowto kbHOWTOmaster KB318284