How Do I Disable the Copy Command in HTML Text?
For anyone who has a website full of images or artwork, or anyone who has a website with text that must be kept secure, it is a great asset to disable the commonly used copy and paste function. With just one line of code, you can actually implement this tactic. While hackers know ways around this type of coding, most people viewing your website will not know how to get around it, and they will be discouraged from pirating your images or text. Open the HTML coding for your website. If you are just creating the website now and have not uploaded the HTML, you can open the document that contains the HTML coding. If the website is already being hosted, it would be best to go to the administrative section of your host and open the “HTML Editor.” There, you can make the changes immediately. Scroll to the
tag in your HTML. This will be near the top of the HTML. If you are having difficulty finding it, just look for where your text begins. The tag will be resting right above it. E