|
Aligning Paragraphs
To get your paragraphs just where you want, whether it be the left, center or right of the page the align part of the paragraph tag will get the job done. Lets take a look at the set up.
<P ALIGN=LEFT>
Your paragraph goes here as normal
</P>
Text aligned to the Left look like this
<P ALIGN=CENTER>
Your paragraph goes here as normal
</P>
Text aligned to the Center looks like this
<P ALIGN=RIGHT>
Your paragraph goes here as normal
</P>
Text aligned to the Right looks like this
You may have noticed that I used the </P> to end the paragraph with no align part, the align part isn't needed as the </P> tag ends everything that was in the starting paragraph tag.
Next Section - Adding Images
|