When using Microsoft Internet Explorer 6.0, Web site visitors can use the My Pictures toolbar to easily save, print, and send images found in Web pages without having to right-click the image. The My Pictures toolbar appears when you point to or move the pointer over images on a Web page. For images where you do not want the toolbar to appear in your site, you can deactivate it by using Microsoft FrontPage 2002. Some types of images where you do not want the image toolbar to appear can include the following:
- Images used for a Web page design layout, such as an image map.
- An image or a group of images used together to create a pattern.
- A thumbnail image that is linked to a larger image or a new Web page.
- A banner advertisement.
- A company or Web page logo.
- A background image.
Deactivate the My Pictures toolbar for a Web page
Open your Web site in FrontPage 2002 and do the following:
- On the File menu, click Properties.
- In the Page Properties dialog box, click the Custom tab.
- Under the System variables (HTTP-EQUIV) section, click Add.
- In the Name text box, type imagetoolbar, and in the Value text box, type no.
- Click OK twice.
- Click File and then click Save.
Deactivate the My Pictures toolbar for a specific image
Open your Web site in FrontPage 2002 and do the following:
- In Page view, select the image you want to remove the toolbar from.
- Click the HTML tab. You will see that the <img> tag is highlighted.
- Inside the <img> tag, type galleryimg="no". It should look like the following example:
<img galleryimg="no" src="filename.gif" width="x" height="y">
- Click File and then click Save.
Note In the example image tag above, filename.gif equals the name of the image file, x equals the width of the image, and y equals the height of the image.