Mike: Auch valide ändert nichts

Beitrag lesen

Hi, ja war nicht ganz valide ;-)

Aber es ändert nichts auch die valide Version macht das Problem:

  
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//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>Float2</title>  
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />  
<meta http-equiv="expires" content="0" />  
<meta http-equiv="pragma" content="no-cache" />  
<style type="text/css">  
*{font-family:arial;}  
  
body,html{  
margin:0;padding:0;  
font-size:12px;  
margin:0;  
padding:0;  
background-color:#ffffff;  
}  
  
.divres{}  
.divres h5{}  
.divres p{line-height:160%;font-size:12px;font-weight:bold;margin:0;}  
.divres p img{border:1px solid #000000;margin-right:4px;float:left;}  
.divres span{clear:left;}  
  
</style>  
  
</head>  
<body>  
  
<div class="divres">  
<p>  
  
<img src="http://src.selfhtml.org/logo.gif" alt="selfhtml" />  
<b>Artikel</b><br />  
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s,...  
</p>  
<span>Aktualisiert:Thu, 22.01.2009 | size:105.12kb|Format:text/html</span>  
<p>http://forum.de.selfhtml.org/</p>  
</div>  
  
<div class="divres">  
<p>  
<img src="http://src.selfhtml.org/logo.gif" alt="selfhtml" />  
<b>Artikel</b><br />  
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s,...  
  
</p>  
<span>Aktualisiert:Fri, 23.01.2009 | size:333.35kb|Format:text/html</span>  
<p>http://forum.de.selfhtml.org/</p>  
</div>  
  
<div class="divres">  
<p>  
<img src="http://src.selfhtml.org/logo.gif" alt="selfhtml" />  
<b>Artikel</b><br />  
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s,...  
</p>  
<span>Aktualisiert:Wed, 28.01.2009 | size:31.09kb|Format:text/html</span>  
<p>http://forum.de.selfhtml.org/</p>  
  
</div>  
</body>  
</html>  
  

Mike