Created
October 4, 2013 22:45
-
-
Save greinacker/6834090 to your computer and use it in GitHub Desktop.
Horizontal Tradervue widget example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<style type="text/css"> | |
#tvw { | |
width:700px; | |
text-align:center; | |
} | |
#tvw > div { | |
display: inline-block; | |
margin: 15px; | |
} | |
</style> | |
</head> | |
<body> | |
<div id="tvw"> | |
<script language='javascript' src='http://www.tradervue.com/sharedw.js?count=3&width=200'></script> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment