I want to put two cells, <td></td> on opposite sides of the page. I tried using align right, align left but it's not on the same level. Thanks for the help.
I think this does it, not that I work with tables for presentational purposes often. <td>whatever</td> <td width="100%"></td> <td>whatever</td>