31.07.2007, 15:47
Darf's auch ohne Tabelle und mit Doctype sein?
Füge das innerhalb des head-bereiches (z.B. vor </head>) ein oder in eine externe CSS-Datei:
[HTML]<style type="text/css">
body {margin: 0; padding:0; width:100%; height: 100%;background: #F5F6F8;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
color: #000000;
}
#center {width:800px; height:600px; position: absolute; top:50%; left:50%; margin-top:-300px; margin-left: -400px;}
</style>[/HTML]
Dann im HTML-Teil nach <body> das:
[HTML]<div id="center">
<img src="images/index.jpg" width="800" height="600" alt="smily-kids"/>
</div>[/HTML]
viel Erfolg!
Füge das innerhalb des head-bereiches (z.B. vor </head>) ein oder in eine externe CSS-Datei:
[HTML]<style type="text/css">
body {margin: 0; padding:0; width:100%; height: 100%;background: #F5F6F8;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
color: #000000;
}
#center {width:800px; height:600px; position: absolute; top:50%; left:50%; margin-top:-300px; margin-left: -400px;}
</style>[/HTML]
Dann im HTML-Teil nach <body> das:
[HTML]<div id="center">
<img src="images/index.jpg" width="800" height="600" alt="smily-kids"/>
</div>[/HTML]
viel Erfolg!