I've a website that displays a table. The table header(s) contain a text description and a question mark image (Users can hover over the image to get some help).
But I've got a request to allow users to highlight the table and copy it without the image (Via click and drag).
Is this possible? I tried the suggestion in here
Preventing an image from being draggable or selectable without using JS
With no luck.
Can I mark an image as 'no-copy' or 'no-select'?