tirenweb
tirenweb

Reputation: 31709

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

Upvotes: 0

Views: 48

Answers (1)

Dolph
Dolph

Reputation: 50650

Use the CSS float property:

<a href="#" style="float: right;">Link</a>
<h1 style="display: inline;">Juan Garcia Granados</h1>

Upvotes: 1

Related Questions