Beiträge von Linuxguru

    hallo,
    ich möchte 3 div container horizontal zentrieren. ich hab da mal etwas erstellt, allerdings werden die 3 container linkbündig nebeneinander gesetzt.

    Code
    <div style="background-color:#FFFFFF; width:1024; height:60; text-align:center">
    	<div style="background-image:url(images/bg-fo-l.png); margin:auto; width:30; height:60; float:left"></div>
    	<div style="background-image:url(images/bg-fo-m.png); margin:auto; width:90; height:60; float:left" align="center">Logo</div>
    	<div style="background-image:url(images/bg-fo-r.png); margin:auto; width:30; height:60; float:left"></div>
    	<div style="margin:auto; width:10; height:60; float:left"></div>
    	<div style="background-image:url(images/bg-fo-l.png); margin:auto; width:30; height:60; float:left"></div>
    	<div style="background-image:url(images/bg-fo-m.png); margin:auto; width:480; height:60; float:left">Banner und Logo</div>
    	<div style="background-image:url(images/bg-fo-r.png); margin:auto; width:30; height:60; float:left">
    </div>
    </div>

    wie lassen sich die 3 container auf der seite zentrieren??

    danke

    Hallo,

    ich möchte mein Hyperlink in einer Zelle ausgeben, ohne auf ein inlineframe zurückgreifen zu müssen. Mit Frames geht das mit Target. Kann mir jemand sagen, wie man das Ziel eines Links in einer Zelle ausgibt??

    Danke