Reputation: 31709
I have this page below:
http://www.tirengarfio.com/rs2/web/borrar.php
What should i do to put the link in the first line but on the right of the page?
Regards
Javi
Upvotes: 0
Views: 48
Reputation: 50650
Use the CSS float property:
<a href="#" style="float: right;">Link</a>
<h1 style="display: inline;">Juan Garcia Granados</h1>
Upvotes: 1