
Center the player
the page is here -- http://training.redcutmarketing.com/
here is the code:
<head>
<script type="text/javascript" src="/jwplayer.js"></script>
<title>Dan Dasilva's CPA Coaching</title>
</head>
<body>
<body style="alignment-adjust:middle">
<h1 align="center">*Thanks For Using Dan Dasilva's Coach! *</h1>
<h1 align="center">*This Coaching Session is For Beginners only! *</h1>
<div id="container">
<p align="center">Loading the player ...</p>
</div>
<div align="center">
<script type="text/javascript">
jwplayer("container").setup({
flashplayer: "/player.swf",
file: "/video.mp4",
height: 480,
width: 640
});
</script>
</div>
</body>
</html>
Can anyone tell me how to center it please?