Tutorial: Disable dragging image.

Assalamualaikum.
This tutorial was for template designer user.

1. Dashboard > Template > Edit HTML
2.Click anywhere in your html code box and press CTRL+F
3. Search: <head>
4. Copy the codes below and paste it below of the <head> code.

<script type="text/javascript">
document.ondragstart = function () { return false; };
</script>

5.Save.

Bye.

No comments:

Post a Comment

Thank you for your comment.