Subject:FO leader wrap problem Author:James Cee Date:28 Feb 2007 10:25 AM
I can't seem to find a way to code so if there is one line, the text is aligned "justify," but if it extends to two lines, I need the first line to be aligned "justify" and the second line to be aligned left. For example:
If only one line:
Name......................John Smith
If it extends to two:
Name........................Jonathan
Doe Smith
I have tried putting this code in my fo block,
text-align="justify"
text-align-last="left"
but that doesnt work because if there is only one line, it is being aligned left, which is not what I want. Any help would be appreciated.