Align right
-
I want to make a link align right, this is the link:
<a href="#"> Back to top </a>
I can do it by doing:
<p style="text-align: right;"><a href="#"> Back to top </a></p>
The issue I have is that when it has <p> </p> it puts an added space in the text that I don’t want. Is there another way to do this?
- The topic ‘Align right’ is closed to new replies.