Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- This is how it looks: http://puu.sh/qmXql/8831a3c3ba.png
- <div onclick="document.getElementById('insertPrev').innerHTML=document.getElementById('previewTA').value;" id="PrevClick>Preview your work</div>
- <textarea id="prevTA" placeholder="Paste here. Do not include <html>, <head> and <body>."></textarea>
- <div id="insertPrev"></div>
- #PrevClick, #prevTA {
- box-sizing: border-box;
- width:100%;
- padding:10px;
- }
- #PrevClick{
- background:#dddddd;
- color:black;
- cursor:url(/resources/web/images/Interactcur.cur), pointer;
- }
- #prevTA {
- height:100px;
- max-width:100%;
- border:none;
- }
Advertisement
Add Comment
Please, Sign In to add comment