PDA

View Full Version : Multiline text


blmetz
01-29-2004, 06:56 AM
Is there a way to center text within a mutliline textbox?

I need to set the width so that the text will wrap and stay within the view. I would like the text to be centered within the width of the textbox as it wraps.

Example:
Text from Database
wraps like this

I would like text to
wrap like this
(centered)

(Centered within the width of Textbox)

antun
01-29-2004, 12:02 PM
There's no way to control the alignment of text in an inputtext field. If it were a number of single line text fields (i.e. <text>) you could align each line to the center, but then they wouldn't be input fields, and they wouldn't flow.

-Antun

Peter_Chea
06-08-2004, 02:53 PM
Hi Antun, is there a way of centering a mutliline text.

antun
06-08-2004, 04:13 PM
No there is no way of centering multiline text.

You can center a single line of text, (because you're effectively centering a view).

-Antun

DanKirkd
06-09-2005, 12:56 PM
Originally posted by antun
No there is no way of centering multiline text.

Is this still true?

If yes, when can we hope to be able to center multiline text?

Thanks,

Dan