wizarD_AT

Magicka Modding Documentation PREVIEW

Aug 2nd, 2016
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. This is how it looks: http://puu.sh/qmXql/8831a3c3ba.png
  2.  
  3.  
  4. <div onclick="document.getElementById('insertPrev').innerHTML=document.getElementById('previewTA').value;" id="PrevClick>Preview your work</div>
  5.  
  6. <textarea id="prevTA" placeholder="Paste here. Do not include <html>, <head> and <body>."></textarea>
  7.  
  8. <div id="insertPrev"></div>
  9.  
  10.  
  11. #PrevClick, #prevTA {
  12. box-sizing: border-box;
  13. width:100%;
  14. padding:10px;
  15. }
  16. #PrevClick{
  17. background:#dddddd;
  18. color:black;
  19. cursor:url(/resources/web/images/Interactcur.cur), pointer;
  20. }
  21. #prevTA {
  22. height:100px;
  23. max-width:100%;
  24. border:none;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment