need help with indentations
Posted: Mon Dec 27, 2010 3:15 am
guys i am required to display my text document in textarea with proper columns but i can't seem to do it right. any ideas/tips?
____________________________________________________
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??

____________________________________________________
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??