____________________________________________________
this is an example how my text document content looks like with "|" as my indentation:
NAME|AGE|D.O.B
Samantha|15|12/05/1995
Billy|17|12/05/1993
____________________________________________________
this is an example how my text document content is required to display on the textarea of my webpage. The indentation sign has to be invisible and the content properly aligned like this:
NAME AGE D.O.B
Samantha 15 12/05/1995
Billy 17 12/05/1995
____________________________________________________
Can any genius help me plz??