|
The Image Toolbar in Internet Explorer 6
If you use Internet Explorer 6 you have seen the Image Toolbar.

To have this toolbar not display on your webpage, add the following
line of code within the <Head> portion of your page:
<meta http-equiv="imagetoolbar" content="no">
|