Jump to content

Text on the right side


bulba

Recommended Posts

Well, if you're using just html it would be:<p align="right">This text will be on the right</p>But if you're using CSS (I don't think you will be) you could set up a class for right-aligned text by doing something like this:p.right {text-align: right;}and then in your html have:<p class="right">This text will be right</p>

Link to comment
Share on other sites

  • 2 weeks later...
Well, if you're using just html it would be:<p align="right">This text will be on the right</p>But if you're using CSS (I don't think you will be) you could set up a class for right-aligned text by doing something like this:p.right {text-align: right;}and then in your html have:<p class="right">This text will be right</p>
I would just like to add to that, that if you are trying to align text in tables, some sites say you cant, but if you just use the <p align="right">Text</p> it will work!
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...