FrankfurtOK
Neues Mitglied
<html>
<head><title>Mein Text</title>
.text {position:absolute; border:solid 2px blue; top:75px; left:500px; width:450px; height:200px}
</style>
</head>
<body>
<p class="text">HALLO!</p>
</body>
</html>
<head><title>Mein Text</title>
.text {position:absolute; border:solid 2px blue; top:75px; left:500px; width:450px; height:200px}
</style>
</head>
<body>
<p class="text">HALLO!</p>
</body>
</html>