10
Vorschau

Feld irgendwo platzierenHier gewünschter Inhalt

CSS-Code
<style type="text/css">
#Feld_1 {
position: absolute; left: 50%;
top: XXXpx;
margin-left: -XXXpx;
width: XXXpx;
height: XXXpx;
border: 1px solid #c9c9c9; }
</style>
#Feld_1 {
position: absolute; left: 50%;
top: XXXpx;
margin-left: -XXXpx;
width: XXXpx;
height: XXXpx;
border: 1px solid #c9c9c9; }
</style>
Text Code
<div id="Feld_1">
Hier gewünschter Inhalt
</div>
Hier gewünschter Inhalt
</div>