Posted: Mon Oct 13, 2008 9:58 am
Centering your text
This code centers your text.
<DIV align="center">
text
</DIV>
ok so where you see text, just put in whatever u want to be centered. This should work for images as well, tho i havent tried that yet but it should work
so for example, i wanna center a heading, MY FAVORITE THINGS
<DIV align="center">
MY FAVORITE THINGS
</DIV>
you can also use the colored text with this. If i wanted to say the same thing in green, it would be
<DIV align="center">
<p style="color: green">text</p>
</DIV>
And you should have a green centered heading.
This code centers your text.
<DIV align="center">
text
</DIV>
ok so where you see text, just put in whatever u want to be centered. This should work for images as well, tho i havent tried that yet but it should work
so for example, i wanna center a heading, MY FAVORITE THINGS
<DIV align="center">
MY FAVORITE THINGS
</DIV>
you can also use the colored text with this. If i wanted to say the same thing in green, it would be
<DIV align="center">
<p style="color: green">text</p>
</DIV>
And you should have a green centered heading.