I need to embed a huge text file in plain text which contains a lot of information organized by newlines, tabulations and spaces. This text file does not have any html tags, it's just plain text.
I need to show it embedded into an HTML file, because I don't want to write thousands of tags (<br>
, etc...) to reorganize the text, because if I just paste the plain text into a <b>
tag into an HTML file, the text is shown as a only paragraph without newlines, spaces and tabulations. I'm not sure how to do this. I can't find any info about that.