Skip to content

Instantly share code, notes, and snippets.

@greinacker
Created October 4, 2013 22:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save greinacker/6834090 to your computer and use it in GitHub Desktop.
Save greinacker/6834090 to your computer and use it in GitHub Desktop.
Horizontal Tradervue widget example
<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