Preserve lines from txt file to text box?

All that relates to Javascript, CSS, HTML, ....
Post Reply
Zim
Posts: 281
Joined: Mon Feb 08, 2021 9:15 pm
Has thanked: 258 times
Been thanked: 128 times

Preserve lines from txt file to text box?

Post by Zim »

Hello
I have a multi-line text file that I wish to display in a HTML text box. When I do, all the separate lines display as one long line.

I have tried CSS "white-space:pre-wrap" and "white-space:pre-line" as per google, but no joy.

Any ideas?

Thanks
Zim
User avatar
cicciocb
Site Admin
Posts: 1989
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 426 times
Been thanked: 1329 times
Contact:

Re: Preserve lines from txt file to text box?

Post by cicciocb »

There is the function TEXTAREA$ that can help you

[Local Link Removed for Guests]
Zim
Posts: 281
Joined: Mon Feb 08, 2021 9:15 pm
Has thanked: 258 times
Been thanked: 128 times

Re: Preserve lines from txt file to text box?

Post by Zim »

Wow! Thanks cicciocb. That works perfect!

thanks
Zim
Post Reply