View Full Version : Aligning Text..kinda


KuKuCaTcHu
07-21-2003, 05:44 PM
um i guess this is a pretty simple question to answer? how do you align your text to be like...well like this:

ssssssssssssssss
ssssssssssssssss
ssssssssssssssss
ssssssssssssssss

perfect like that! using letters was easy...but do i just have to do it by myself or is there a code? lol the code would be much easier...

MaGiCSuN
07-21-2003, 05:54 PM
<div align="justify">
text here
</div>

Love,
mirna

KuKuCaTcHu
07-21-2003, 06:54 PM
thanks. is there a way to make it that way for the whole page without having to edit each entry? its a blog...

MaGiCSuN
07-21-2003, 08:48 PM
you could put in your css

body {text-align: justify; }

or you could just do this:

<div align="justify">
your blog template in here
</div>

with blog template i mean the codes that makes each message appear. If you don't use a blog tool but you are doing it by hand then i would suggest the first way, and just align the parts that you want to the right or left in the HTML itself

Love,
mirna