How to place links?
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开发者_运维技巧
Use the CSS float property:
<a href="#" style="float: right;">Link</a>
<h1 style="display: inline;">Juan Garcia Granados</h1>
精彩评论