Well One more html problem?

Bing S

New member
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>

<?php
//(FIXME) fix variables $forum_post1, $forum_post2, prof_pic, onln_usrs, cmpny_profit... Actually just search FIXME

$forum_post1='<span style="font-family:Helvetica;font-size:18px;font-style:normal;font-weight:normal;text-decoration:none;text-transform:none;color:000000">FIXME</span>'
?>

<?php
$onln_usrs='<span style="font-family:Helvetica;font-size:18px;font-style:normal;font-weight:normal;text-decoration:none;text-transform:none;color:FF0000">ME</span>'
?>

<?php
$forum_post2=$forum_post1
?>

<?php
$ppic="http://www.airlineempires.org/uploads/profile/photo-1330.jpg"
?>

<body>
<div
style="
top: 120;
left: 980;
position: absolute;
z-index: 1;
visibility: show;""
> <?php echo $onln_usrs ?>
</div>
</body>

<body>
<div
style="
top: 120;
left: 980;
position: absolute;
z-index: 1;
visibility: show;""
> <?php echo $onln_usrs ?>
</div>
</body>

<body>
<title>TechEmpires BETA</title>
<meta name="TechEmpires Welcome" content="Tech Company Tycoon Game">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">

<style type="text/css">
p {margin-left:20px;}
body {background-image:url("http://i1181.photobucket.com/albums/x425/bins16/totaltemplate3-1.png");background-repeat:no-repeat;background-position:center top;
}
</style>
</body>

<map id="web1b1" name="web1b1"><area shape="poly" alt="Forum" title="" coords="28,279,16,255,19,245,156,199,161,202,174,225" href="www.beta.techempires.com/forum.php(fixme)" target="_self" /><area shape="poly" alt="News" title="" coords="189,220,180,195,185,187,320,142,327,143,337,166" href="www.beta.techempires.com/news.php(fixme)" target="_self" /><area shape="poly" alt="My Companies" title="" coords="343,131,353,163,506,100,489,84,352,127" href="www.beta.techempires.com/game.php(fixme)" target="_self" /><area shape="poly" alt="Chat" title="" coords="508,79,509,103,659,46,652,30,643,27,511,71" href="www.beta.techempires.com/chat.php(fixme)" target="_self" /></map>

<body>
<div
style="
top: 300;
left: 350;
position: relative;
visibility: show;">
<?php echo $forum_post1 ?>
</div
</body>




<body>
<a href="www.beta.techempires.com/profile.php(fixme)"<img style="margin:100px 50px" src=<?php $ppic ?> height="100px" width="80px">
</body>
</html>

My problem is when I run it in IE9 the text is off position, help? Thx
 
Back
Top