photo tutorial_zps442c93fa.png  photo owner_zps6a3d4f56.png  photo home-1_zpsab213777.png

Tutorial : Something hiding inside here

Views



:o:Dashboard - Design - Add gadget - HTML/JavaScript ( copy and paste this code in HTML/JavaScript )
<div id="spoiler" style="display:none">
Write anything in here.
</div>
<button title="Click to show/hide content" type="button" onclick="if(document.getElementById('spoiler') .style.display=='none') {document.getElementById('spoiler') .style.display=''}else{document.getElementById('spoiler') .style.display='none'}">Click Here</button>

:o:Done and save ,


Don't forget to comment and share it if you are using this tutorial. Thank guys :face76: