Michael Nagler: Link unter einem Textblock rechts ausrichten

Beitrag lesen

Hallo,

<html>
<head>
<style type="text/css">
.link { text-align: right; }
</style>
</head>
<body>
<div id="hauptteil">
 <h2>About this Site</h2>
 <p>Navis rursus ad navem et bens ait non potui domino.</p>
 <p class="link"><a href="about.html">more ...</a></p>
</div>
</body>
</html>

Viele Grüße,
Michael