Important HTML Code for Blogger

Important HTML Code



Code used in HTML for not displaying image in post but for displaying in in thumbnail 


<img src="image link" style="display:none;" /> 


Code for prohibiting to others for copy-paste activity on Your Blog

(Write this code in HTML side Gadzet box)


<script type='text/javascript'> 

if (typeof document.onselectstart != "undefined") { 

document.onselectstart = new Function("return false"); } else { 

document.onmouseup = new Function("return false"); 

document.onmousedown = new Function("return false");

}

</script>






Post a Comment

0 Comments