KL: Fließtext mit Bild + Bildtext

Beitrag lesen

<body>  
<div style=" position:relative; background-color:grey; color:white; width:100%;;"><!--umgebendes DIV-->  
    <div style="float:left; border: thin solid yellow; color:#000; position:relative; width:400px; padding:20px; "><!--Rahmen DIV-->  
    	fsdfsdfsdf dffsdfsdfsdsdf fsddf fd fdfd fddfs dfdf df df sdffsd fd fsd fsd fd f fd fd f f ff dfd fd fd fsd fsd fsd fsd dffsd fd fd fd fd fsd df fd dff df sdfsd fsd fsd dfs  
fddf f fsd fsd fd df sdf fsd fsdf sdf sddf fsd fd fd fsd fsd df    er tret t te t  tz t zzui ui ui ui io oi o o p p poo ppo</div>  
        <div style=" position:relative;background-color: white; color: black; border:10px solid red; float:right; height:320px; width:440px;vertical-align: bottom;">Bildunterschrift<!--umgebendes Bild-Div-->  
            <div style="border:thin solid blue; float: right; height:300px; width:440px; color: black;" id="Bild"><!--Bild DIV--></div>  
        <!--umgebendes Bild-DIV--></div>  
  
<!--Floats aufheben-->  
<div style="clear: both;"></div>  
</div>  
</div>  
</body>

Ist das so deine Vorstellung oder habe ich da was falsch verstanden?