[text] test

Viewer

  1. var variable = '' + 
  2. '<html xmlns="http://www.w3.org/1999/xhtml">' + 
  3. '<style>' + 
  4. '#floatButton {' + 
  5. '       position: fixed; ' + 
  6. '       bottom: 20px; ' + 
  7. '       left: 20px;' + 
  8. '    background-image: url(\'https://vidcalls.com/wp-content/uploads/2023/01/ctaimg.png\');' + 
  9. '    background-size: 200px;' + 
  10. '    width: 200;' + 
  11. '    height: 76px;' + 
  12. '}' + 
  13. '</style>' + 
  14. '<body>' + 
  15. '    <div id="floatButton"></div>' + 
  16. '</body>' + 
  17. '</html>' + 
  18. '';

Editor

You can edit this paste and save as new: