I'm stepping up to trying to fix page on a website. The background image is not centering in browsers. What's wrong with my code? Why does it show good when I'm working on the page on my computer but not when it is uploaded???
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict //EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'>
<head>
<title>
OnAIR With Keeper
</title>
</head>
<body style=
"background:#000000 url(http://www.directsellinglive.com/OnAIR/OnAir-DSL-Background-1112011.jpg); background-repeat:no-repeat; background-position:top center;">
<div style="width:1916px; height:1764px;">
<table>
<tbody>
<tr>
<td class="">
<div id="video_player" style=
"FLOAT: left; WIDTH: 289px; HEIGHT: 80px; left: 660px; position: relative; top:130px;">
<div id="mediaplayer2"></div><br />
<p id='preview'></p><script type='text/javascript'
src='swfobject.js'>
</script> <script type='text/javascript'>
//<![CDATA[
var s1 = new SWFObject('player.swf','player','502','301','9');
s1.addParam('allowfullscreen','true');
s1.addParam('allowscriptaccess','always');
s1.addParam('flashvars','file=XANGO 9-17-2011b_DSL_480x360_2.flv&title=Massengale TV&autostart=true');
s1.write('preview');
//]]>
</script><br />
</div><br />
<div id="Petition-Banner-Sm" style=
"left: 895px; width:441px; position: relative; top: 147px; height:10px;">
<a href=
"http://directsellinglive.com/TaxInitiative/TaxInitiative.htm">
<img src=
"http://www.directsellinglive.com//OnAIR/Petition-Banner-Sm.jpg"
border="0" /></a>
</div>
<div id="Petition-Banner-Lg" style=
"left: 772px; width:441px; position: relative; top: 702px; height:1473px;">
<a href=
"http://directsellinglive.com/TaxInitiative/TaxInitiative.htm"
target="_blank"><img src=
"http://www.directsellinglive.com//OnAIR/Petition-Banner-Lg.jpg"
border="0" /></a>
</div>
<div id="DIV1" style=
"FLOAT: left; WIDTH: 152px; HEIGHT: 16px; left: 1140px; position: relative; top: 165px; color: #800080;">
<a href=
"mailto:onair@directsellinglive.com"><font size="2"
face="arial"><font color="#800080">Send A Us
Message</font></font></a>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>