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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top