esthera
07-04-2007, 07:04 PM
I have a file that has 2 collumns separated by a tab.
i want to convert this to an html table
how would I read a line and separate it that it's
<tr><td>coll 1 </td><td>col2</td></tr> for each line
my file is col1 tab col2 now
i want to convert this to an html table
how would I read a line and separate it that it's
<tr><td>coll 1 </td><td>col2</td></tr> for each line
my file is col1 tab col2 now