Page is a not externally linkable
mm1220 - 10:48 am on Apr 2, 2006 (gmt 0)
First off get rid of all those <div align="center">s that you've got and change the <td>s in question to <td align="center"> instead. Next look up (on this site) how to use css styles to control fonts. The <font> tag is deprecated. If you stick to this table layout you're going to have to give individual <td> elements width properties. Either absolute (pixels) or relative (percentage). Putting a width on the table won't prevent scrolling if you fill the <td>s up with huge swathes of text.
Goodness, what a mess!