Saturday, February 18, 2012

Tutorial disable dragging images.

I credit this tuto to here :-)

 1-Dashboard > Design > Edit HTML
2-Search: <head>
3-Copy the codes below and paste it below of the <head>  code.

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

No comments: