Is it possible to merge multiple lines into different span tags using a text box?
There is a text box that allows me to insert new div/span class content, right? However, every time I want to add a new class, I have to enter a new line in the text box and press send. What I want now is to have 10 lines of content together with line breaks when pressing Enter.
For example:
My Line 1 is here
My Line 2 is here
My Line 3 is here
My Line 4 is here
My Line 5 is here
My Line 6 is here
My Line 7 is here
My Line 8 is here
...and so on
Then, I would like to copy all 10 lines into the text box at once, press send, and have each line added in a different div/span class instead of all in one class with the < br > tag as it currently works.
Please help me improve my code. Love you, helper, and thanks in advance