Werner: Dreispaltiges Layout

Beitrag lesen

Grüße,stell mal dein zeug online - aber je nach - wenn du anscheinend einfach nur vertikale zentrierung brauchst - top:50% und margin-top -halbe bildhöhe

Klappt so nicht, warum?
Online stellen kann ich es leider nicht, da ich keine HP habe.
Hier aber ein Beispiel:

<html>  
<div style="float:left; width:45%; font-size:1.5em; font-weight:bold; text-align:right;">  
Willkommen im<br />Deutsch-französischen Verein<br />  
....................<br />  
....................<br />  
....................<br />  
....................<br />  
....................<br />  
....................<br />  
....................<br />  
....................<br />  
</div>  
<div style="float:right; width:45%; font-size:1.5em; font-weight:bold;">  
Bienvenu<br /> au Club franco-allemand<br />  
....................<br />  
....................<br />  
....................<br />  
....................<br />  
</div>  
  
Gruß  
Werner  
<div style="text-align:center;">  
<img style="border:0; height:50px; margin-top:25px; top:50%" alt="" src="/bilder/logo.jpg" />  
</div>  
<br style="clear:both;" /><br />  
</html>