All right, so I am working with HTML and JS objects, and I've ran into a little snag. I want to take a table and transform it into something a little simpler.
Basically I want to take this:
<table>
<tr><td><font>Some text</font></td></tr>
<tr><td><font>Some text</font></td></tr>...