View Full Version : Justified font


taya-wolff
01-25-2003, 03:16 AM
I forgot (stupidly) how to justify the font in table cells... you know, like where it spaces the text out evenly in the table cell?? Please help... =/

Alcy
01-25-2003, 03:47 AM
<style type="text/css">

body,td,table
{
text-align:justify;
}

</style>

MaGiCSuN
01-25-2003, 02:50 PM
Or when you want only one piece of text justified:

<div align="justify">
text here that has to be justified
</div>

Love,
Mirna