View Single Post
Old 10-02-2012, 04:55 AM   PM User | #1
legendrock7
New Coder

 
Join Date: Sep 2012
Posts: 58
Thanks: 8
Thanked 0 Times in 0 Posts
legendrock7 is an unknown quantity at this point
this html page looks fine on chrome but not IE 9

Hi, i would like someone to fix up this page or tell me why this html page isn't displaying properly. this page works on chrome fine, no words are out of place, etc. Ie 9 moves the words, places them somewhere else, etc.

Code:
<!DOCTYPE html>
<head>
<title>RuneCentral</title>
<link rel="Stylesheet" type="text/css" href="screen.css" />


</head>

<body>

<div id="nav">
	<center><ul>
		<li><a href="index.php">Home</a></li>||
		<li><a href="forums">Forums</a></li>|| 
		<li><a href="splashtoplist.html">Toplist</a></li>||             
	</ul></center>
</div>
<div id="header">
	<div id="logo">
	<center><img src="img/logo.png" alt="Pulpit rock" width="504" height="178" /></a>
	</div>
</div>
<div id="wrapper">

<font color="#ffffff">
<center><div id="logintable" style="border-radius: 5px;background: #191a1a; opacity: 6.80; border: solid 2px #2f3d3d; width: 969px;" width="969">
<tr height="500">
<div id="container">
</div></div>
</div></div>
<br>

<font color="#ffffff">
<center><div id="NewsTable" style="border-radius: 5px;background: #191a1a; opacity: 6.80; border: solid 1px #2f3d3d; width: 969px;" width="969">
<tr height="500">
<div id="container">
<div id="serverstatus">Server Status:<font color="green"> <span style="color: green;">Online</span></div></font>
<table id="gametable" cellpadding=0 cellspacing=0> 
 <center>
<h3>If you don't know anything about the r, please click here to read the <a href="faqs.html">Faq's</a></h3></center>
<center><form enctype="multipart/form-data" action="Create.php"method="POST"><b>Please enter server info:</b><br><input name="name" value="Server Name" /><br><input name="ip" value="Server IP" /><br><input name="port" value="Server Port" /><center>Select Type of Loader:<br /><select name="loader"><option value="1">Delta</option><option value="2">Blurr</option><option value="3">Project Insanity</option><option value="4">562Loader663</option><option value="5">Hybrid</option><option value="6">Dspk</option><option value="7">Dzitlescape</option><option value="8">ErasedPkz</option><option value="9">FormationX</option><option value="10">Fubergen</option><option value="11">GalkonsEnhanced</option><option value="12">HybridPvP</option><option value="13">HybridPvPv3</option><option value="14">Mitb</option><option value="15">Realting</option><option value="16">RebirthPk</option><option value="17">RuneEvolution</option><option value="18">RuneFantasty</option><option value="19">RuneLimited</option><option value="20">Soulsplit</option><option value="21">TkoScape</option><option value="22">Trendscape</option><option value="23">TrendscapeV3</option><option value="24">VenumX</option><option value="25">Zepsity</option></select>:<br /></center><center>Select Type of Detail:<br /><select name="detail"><option value="high">High Detail</option><option value="low">Low Detail</option></select>:<br /></center><center><input name="background" value="Webclient Background Link?" /></center><center><input name="forums" value="Forums Link?" /></center><input type="submit" value="Create" /><br></font></center>
</center>
<fieldset class="VengXCB" style="border: 1px solid rgb(5, 5, 5);"> 
<legend><p><b>ChatBox:</b></p></legend>
<embed src="http://www.xatech.com/web_gear/chat/chat.swf" quality="high" width="540" height="405" name="chat" FlashVars="id=183189564" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://xat.com/update_flash.shtml" /><br><small><a target="_BLANK" href="http://xat.com/web_gear/?cb">Get your own Chat Box!</a> <a target="_BLANK" href="http://xat.com/web_gear/chat/go_large.php?id=183189564">Go Large!</a></small>
</div></div>
</div></div>
<center><div id="copyrights" style="border-radius: 5px;background: #333333; opacity: 0.50; border: solid 1px #ffffff; width: 969px;" width="969">
<a href="index.php">Home</a>
<a href="/smf">Forums</a>
<a href="Wiki">Wiki</a>
<a href="Help.php">Help</a>
<a href="Support.php">Support</a>
<a href="disclaimer.php">Disclaimer</a>
</body>
</html>
Would like to know what's wrong, thanks if you can help.
legendrock7 is offline   Reply With Quote