Forum Moderators: open

Message Too Old, No Replies

spaced justification

like in a newspaper

         

mylungsarempty

11:06 am on Dec 1, 2003 (gmt 0)

10+ Year Member



What would some CSS code be for a <P> tag to have the justification like newspapers use, so that the article is a parallelogram?

Distel

11:09 am on Dec 1, 2003 (gmt 0)

10+ Year Member



p{text-align: justify}

Distel

11:09 am on Dec 1, 2003 (gmt 0)

10+ Year Member



Hmm, forgot to put a ";" behind the "justify".