Can I justify text?

You can justify text in standard forms based templates using field scripting.  You have two options:

1)  Use a paragraph tag and the align attribute.
Example:  <p align=justify>@TextFieldTwo@</p>
This script would both right and left justify the text contained in the TextFieldTwo.
 
2) Use a stylerun tag and the justification attribute
Example:  <Stylerun justification="1">@TextFieldTwo@</stylerun>
This script would both right and left justify the text contained in the TextFieldTwo.
 
Please note that there are two limitations with this approach:  
1)  The text must be multi-line.  Single lines, short last lines, or lines ending in a carriage return or <BR> will not be justified at all.
2)  Some fonts will not work with this field script.  We have not been able to determine any particular qualities of the font that make it not compatible.