hey i need help
me and a friend aremaking a webisite
problem is that the the layout shows up differntley in ie and firefox.
CODE
<html>
<head>
<style type="text/css">
body
{
background-color: 1e1e1e;
}
.main
{
color: e7e4e4;
font-size: 13px;
font-family: Tahoma, Arial, Sans-serif;
padding:5px 10px 5px;
}
</style>
<title> Digital Junkyard </title>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<div id="content" align="center">
<!-- start of tables. -->
<table id="Table_01" width="751" height="786" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="12">
<img src="images/template_01.gif" width="750" height="10" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="10" alt=""></td>
</tr>
<tr>
<td colspan="2" rowspan="4">
<img src="images/template_02.gif" width="23" height="688" alt=""></td>
<td colspan="9">
<img src="images/template_03.gif" width="704" height="108" alt=""></td>
<td rowspan="6">
<img src="images/template_04.gif" width="23" height="775" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="108" alt=""></td>
</tr>
<tr>
<td colspan="4">
<img src="images/template_05.gif" width="258" height="1" alt=""></td>
<td rowspan="2">
<img src="images/template_06.gif" width="65" height="36" alt=""></td>
<td rowspan="2">
<img src="images/template_07.gif" width="81" height="36" alt=""></td>
<td rowspan="2">
<img src="images/template_08.gif" width="77" height="36" alt=""></td>
<td colspan="2" rowspan="2">
<img src="images/template_09.gif" width="223" height="36" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="1" alt=""></td>
</tr>
<tr>
<td colspan="3">
<img src="images/template_10.gif" width="188" height="35" alt=""></td>
<!-- links -->
<td> <img src="images/template_11.gif" width="70" height="35" alt="">
</td>
<td>
<img src="images/spacer.gif" width="1" height="35" alt=""></td>
</tr>
<tr>
<td background="images/template_12.gif" width="174" height="544" valign="top">
<div class="main">
test test test test test test test test test test test test test test test test test test test test
test test test test test
</div>
</td>
<td>
<img src="images/template_13.gif" width="4" height="544" alt=""></td>
<td colspan="6" background="images/template_14.gif" valign="top">
<div class="main">
test test test test test test test test test test test test test test test test test test test test test test test test
test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test
</div>
</td>
<td rowspan="2">
<img src="images/template_15.gif" width="1" height="551" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="544" alt=""></td>
</tr>
<tr>
<td rowspan="2">
<img src="images/template_16.gif" width="22" height="87" alt=""></td>
<td colspan="9" rowspan="2">
<img src="images/template_17.gif" width="704" height="87" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="7" alt=""></td>
</tr>
<tr>
<td>
<img src="images/template_18.gif" width="1" height="80" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="80" alt=""></td>
</tr>
<tr>
<td>
<img src="images/spacer.gif" width="22" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="174" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="4" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="10" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="70" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="65" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="81" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="77" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="222" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="23" height="1" alt=""></td>
<td></td>
</tr>
</table>
<!-- end of tables. -->
</div>
</body>
</html>
this is what it looks like in firefox
http://i111.photobucket.com/albums/n145/ge...screenshotr.pngthis is what it looks like in iternet explorer
http://i111.photobucket.com/albums/n145/ge...reenshot2-1.pnghow cani make them look the same
thanks.