Anya's profile picture

Published by

published
updated

Category: Web, HTML, Tech

Center Your Text; ~ Codes for Aligning Text to CENTER LEFT RIGHT~


you can align 


left

right

center



* text-align: left|right|center|; *




Align any text



<style>

div.a {

  text-align: center;

}


div.b {

  text-align: right;

}

</style>


<div class="a">text</div>


<div class="b">text</div>





Align everything on profile 


<style>  body {

text-align: center;

}</style>




Name


<style>  h1 {

text-align: center;

}</style> 




All Headings only


<style>  .heading {

text-align: center;

}</style>




Friends name, pics, and heading


<style>  .profile .friends {

text-align: center;

}</style>




only the comments left by friends


<style>  Table.comments-table td {

text-align: center;

}</style>




Everything in Interest table 


<style>  table, th, td {

text-align: center;

}</style>




"About me" and  "who i’d like to meet" headings


<style> .right .section h4 {

text-align: center;

}</style>



37 Kudos

Comments

Displaying 6 of 6 comments ( View all | Add Comment )

男の子

男の子's profile picture

awsome


Report Comment

☆ PTVSOPH! ☆

☆ PTVSOPH! ☆'s profile picture

thank you!!! X3


Report Comment

cloud☁︎

cloud☁︎'s profile picture

I cant get myy interest text to center :/ its stuck on the left but the text is centered


Report Comment

SYRA

SYRA's profile picture

How do i center an image??


Report Comment



I know this is a 29 day old comment but you use the same code to align text for the images.

by Rory!! ฅU•ﻌ•Uฅ; ; Report

Thank you for trying to help :> My friend ended up helping me out lmao

by SYRA; ; Report

how did u do it?

by ana ♰; ; Report

muesliroot

muesliroot's profile picture

I appreciate that; it was a big help.
fireboy and watergirl


Report Comment

Jaki The Ginger Hunter =]

Jaki The Ginger Hunter =]...'s profile picture

Not all heros wear capes =]


Report Comment