![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
does anyone know if its possible to full-justfy text in a textarea>? |
|
I can do left and right justify and center with a simple style declaration, but can't find any reference anywhere to a full justify |
#3
| |||
| |||
|
|
does anyone know if its possible to full-justfy text in a <textarea>? |
|
I can do left and right justify and center with a simple style declaration, but can't find any reference anywhere to a full justify |
#4
| |||
| |||
|
|
"Chamomile" <newsgroups (AT) chamomile (DOT) co.uk> wrote: does anyone know if its possible to full-justfy text in a <textarea>? It might be possible to achieve such perversions. By definition, <textarea> is an element for multi-line user input. What could possibly justify the idea of justifying the input, and what would this really mean (in the process of typing input)? I can do left and right justify and center with a simple style declaration, but can't find any reference anywhere to a full justify On the technical side, it's pretty simple: text-align: justify would do if it were supported by browsers, but its implementation is confused, buggy, and odd. -- Yucca, http://www.cs.tut.fi/~jkorpela/ |
#5
| |||
| |||
|
|
well, it's not exactly a perversion! I'm trying to make things more comfortable for my users... |
|
The problem has arisen trying to layout a page for web editing in an admin form> as near to the actual (table) rendered public layout as possible. |
![]() |
| Thread Tools | |
| Display Modes | |
| |