Like Center? Html Myspace Question?

  • Thread starter Thread starter Iggy
  • Start date Start date
I

Iggy

Guest
Is there a way to make text go to the right or left. Like center makes them go in the center? If there is. What is the code for right? & left?
 
Use this to align your text.
You can align your text to the right, center or justify.

<p style="text-align:right;">text !!</p>
or center
<center>text </center>
or left
<p style="text-align:left;">text !!</p>

Hope i Helped
 
Back
Top