Loading...
 
Documentation

Documentation


Is it possible to force justify?

posts: 4
I can't find it in the documentation how to force justify--that is justify text on both right and left sides.
posts: 3665 United States

You could create a wiki plugin to do this:

Copy to clipboard
<div style="text-align:justify">text</div>


Be aware though, I'm not sure how widespread support is, for the justify attribute. Although it is in CSS2, I don't think many browsers support it.

HTH,

-Rick

> I can't find it in the documentation how to force justify--that is justify text on both right and left sides.


posts: 2428 Czech Republic

> I can't find it in the documentation how to force justify--that is justify text on both right and left sides.

See wiki help for plugins under every edited page.

Try:

Copy to clipboard
{DIV(align=justify)}Lets write here some a bit longer text to justify it on my wiki page. Lets write here some a bit longer text to justify it on my wiki page. Lets write here some a bit longer text to justify it on my wiki page.{DIV}


Result:

Lets write here some a bit longer text to justify it on my wiki page. Lets write here some a bit longer text to justify it on my wiki page. Lets write here some a bit longer text to justify it on my wiki page.