Is there a method to control the number of characters per line in a textarea? For example, on lines 1-3 of the textarea, only 20 characters can be entered, while on subsequent lines, up to 50 characters are allowed.
The current structure of the textarea limits the number of characters that can fit based on width due to its box shape. I am uncertain if it's feasible to set different character limits for each line.
I am inquiring about this issue because text typed into the textarea ends up positioned below an image placed above it through absolute positioning. Is it possibly to have an inline image within a textarea?