HtLite Tutorial
Seitenlayout
mit
DIV Containern
und
CSS
<head> <STYLE type=text/css> <!-- #text2 { visibility:visible; position:relative; border:1px solid black; background-image: url(resources/seestern.jpg); font-family: Arial Narrow; font-size: 34pt; color:#83587E; font-weight:normal; text-align:center; width:700px; height:200px; top:25px; margin-left: auto; margin-right: auto; } --> </STYLE> </head><body> <div id="text2">Seitenlayout mit DIV Containern und CSS </div> </body>
<
Browseransicht / Htmlcode
>