How do I disable the Image Toolbar with HTML code (Front Page) so.

T

Ted Duke

I want to use HTML code that disables the Image Tool Bar on a web page so
that the user cannot copy or print images from a page.
 
M

Murray

Put this in the head of the page -

<meta http-equiv="imagetoolbar" content="no">

Be aware that this DOES NOT prevent the visitor from copying and/or printing
the page. Nothing can do that.
 
Top