View Full Version : justify text ??


shaisa
01-27-2004, 11:58 PM
sorry if this was already posted , but what`s the code for making your text justified ? thanks in advance ! =]

lefty
01-28-2004, 01:07 AM
before the text, add <p align="justify">

or if you use css, you can add:
text-align:justify;

under your "body" properties.

jazzberry
01-28-2004, 01:07 AM
<div align="justify"> text here </div>