Page 1 of 1

Textpage full justified text

Posted: 01 Apr 2010, 17:33
by tschortsch
Hey, I'm new here!

Could anybody please tell me how to get a full justified text in Textpage or if it is possible at all!

Thanx a lot!

Posted: 02 Apr 2010, 03:13
by mjau-mjau
Unfortunately, flash textfields do not support full justified text.
mjau-mjau wrote:text-align - Recognized values are left, center, and right.

Posted: 02 Apr 2010, 07:48
by tschortsch
What a pitty!

Thanx for ur help!

Re: Textpage full justified text

Posted: 24 Aug 2011, 11:31
by tschortsch
Hey!

I recently used Flash for a tiny project and noticed that textfields can be set to full justified. I don't know if textfields in Flash (dynamic or static) are the same as used in Imagevue, so I would like to ask if this is possible now or in the near future... (or if I'm totally wrong :cry: )

Re: Textpage full justified text

Posted: 25 Aug 2011, 04:10
by mjau-mjau
schurdinand wrote:I recently used Flash for a tiny project and noticed that textfields can be set to full justified. I don't know if textfields in Flash (dynamic or static) are the same as used in Imagevue, so I would like to ask if this is possible now or in the near future... (or if I'm totally wrong :cry: )
This is new to me ... It may be possible from the authoring interface, but I am not sure if its possible through html tags. I can't find any info on it, but if it is possible, it would have to be something like:
Code
<p align="...">text</p>
Normally, the values for align are left, right, center, but I don't think "justify" or "justified" is an option ...

Re: Textpage full justified text

Posted: 25 Aug 2011, 04:53
by tschortsch
Ok, so I'm misunderstood something... :roll:

Thank you for your fast response!