Hallo,
habe das Problem das der IE den Code anders darstellt als Firefox... Koenntet ihr mit helfen ?
habe das Problem das der IE den Code anders darstellt als Firefox... Koenntet ihr mit helfen ?

Code:
<?
include "include.php";
$id = "imp";
start("Impressum",$id);
?>
<div id=content_head>Impressum</div>
<div id=content_root>
<div style="
width: 200px;
height: 125px;
border:dashed;
border: 1px dashed;
text-align:center;
float: left;
margin-left: 115px;
margin-right: 10px;
margin-bottom: 10px;
"><b>Coding & Scripting by</b><br>
<div style="text-align: center; margin-top:10px; margin-bottom: 5px; ">Manfred Kops <br>
<hr style="border:1px dashed black; height: 1px; width: 80%;">Peter Mundt<br>Karsten T.</div>
</div>
<div style="
width: 200px;
height:125px;
border: 1px dashed;
text-align:center;
float:left;
"><b>Content by</b>
<div style="text-align: center; margin-top:30px;">Manfred Kops</div>
</div>
<div style="
clear: left;
width: 200px;
height: 125px;
border:dashed;
border: 1px dashed;
text-align:center;
float: left;
margin-right: 10px;
margin-left: 115px;
margin-bottom: 50px;
"><b>Logo by</b>
<div style="text-align: center; margin-top:30px;">Manfred Kops</div>
</div>
<div style="
width: 200px;
height:125px;
border: 1px dashed;
text-align:center;
float: left;
margin-bottom: 50px;
"><b>Contact</b>
<div style="text-align: center; margin-top:30px; "><a href=mailto:Webmaster@plicit.de>Webmaster@plicit.de</a></div>
</div>
<div style="clear: left; border: 1px dashed; padding: 10px;">
<b>Hiermit distanziere ich mich ausdrücklich von allen Inhalten
aller gelinkten Seiten auf meiner Homepage und mache mir ihre Inhalte nicht zu Eigen.<br>
Diese Erklärung gilt für alle auf meiner Website angebrachten Links
und für alle Inhalte der Seiten, zu denen die bei mir angemeldeten Banner
oder Links führen.</b>
</div>
</div>
<?
ende($id);
?>