So I was able to create a text area that writes from right to left by adding the dir rtl.
Now I need to make the text area write from bottom to top. any idea how to do this?
Thanks
-Darwin
See e.g. here (second answer). I don't know whether it works for a text area though.
Kilian Hekhuis wrote:
I need the text area to write starting from the bottom line then the next inputs would be at the bottom part the older ones would go up.
thanks
Right, didn't understand that's what you mean. I don't think that's possible at all.
Alright thanks for the help.
Hi Darwin,
For what I searched on the subject, you need to use JavaScript and other things to accomplish that. No native HTML element is able to do this, It seems.
Cheers.