Hi,
I am working on FCK Editor and am facing 2 problems.
1)I have introduced TEXTAREA in a screen. The problem is - when i type a long sentence/text and the test exceeds the horizontal dimension of the textarea, I get a horizontal scroll instead of the sentence continuing on the next line. I face the same problem with vertical dimension - when the text exceeds the vertical dimension, I get a vertical scroll in the textarea.
I want that in case the text exceeds the horizontal dimension, the text should automatically go to the next line. Also once the text area is completely filled, the editor should not allow vertical scroll. It should limit the amount of text to what has been entered.
2)Also i want to know if it is posible to customize the size of text - ie by default (XX-small is set to 7.5) Can i change this to an arbitary value - say 8 or 9 ??
I am working on FCK Editor and am facing 2 problems.
1)I have introduced TEXTAREA in a screen. The problem is - when i type a long sentence/text and the test exceeds the horizontal dimension of the textarea, I get a horizontal scroll instead of the sentence continuing on the next line. I face the same problem with vertical dimension - when the text exceeds the vertical dimension, I get a vertical scroll in the textarea.
I want that in case the text exceeds the horizontal dimension, the text should automatically go to the next line. Also once the text area is completely filled, the editor should not allow vertical scroll. It should limit the amount of text to what has been entered.
2)Also i want to know if it is posible to customize the size of text - ie by default (XX-small is set to 7.5) Can i change this to an arbitary value - say 8 or 9 ??