Advertisement
Guest User

BitcoinWisdom 4charts in same window no ads trick

a guest
Feb 11th, 2014
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.11 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <body bgcolor="#0a0a0a">
  4.     <style type="text/css">
  5.         html, body { margin: 0; padding: 0; height: 100%; }
  6.         iframe {
  7.             position: relative;
  8.             top: 0; left: 0; width: 49.8%; height: 49%;
  9.             border: none;
  10.             box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
  11.         }
  12.        
  13.        
  14.         #main {
  15.         display: none !important;
  16.         visibility:hidden !important;
  17.        
  18.         }
  19.        
  20.     </style>
  21.    
  22.    
  23. <iframe name="one1" src="http://bitcoinwisdom.com/markets/bitstamp/btcusd" frameborder="0">
  24.   <p>Your browser does not support iframes.</p>
  25. </iframe>
  26.  
  27. <iframe name="two2" src="http://bitcoinwisdom.com/markets/btce/btcusd" frameborder="0">
  28.   <p>Your browser does not support iframes.</p>
  29. </iframe>
  30.  
  31. <iframe name="three3" src="http://bitcoinwisdom.com/markets/mtgox/btcusd" frameborder="0">
  32.   <p>Your browser does not support iframes.</p>
  33. </iframe>
  34.  
  35. <iframe name="four4" src="http://bitcoinwisdom.com/markets/huobi/btccny" frameborder="0">
  36.   <p>Your browser does not support iframes.</p>
  37. </iframe>
  38.  
  39. </body>
  40. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement