Tables Help

I need some help with tables... my site is <br />
Rockman.EXE Central (<!-- m --><a class="postlink" href="http://www.hostultra.com/~rmexecentral/index.php">http://www.hostultra.com/~rmexecentral/index.php</a><!-- m -->).<br />
<br />
When ever I have more text in the "content" area, the left navigation table stretches out, and the text gets centered.<br />
Maybe if I made a new table for each section, such as Site Related, Games, it wouldn't center the text. How would I do that? And how do I change the color of the border of the table?<!--content-->I didn't look at your page, but in the cell where the navigation is, add this:<br />
<br />
<td valign="top"><br />
<br />
and see if that helps.<!--content-->Yep....<br />
why colspan=66 ? Has to be 3<br />
Missing tr<br />
use valign="top"<br />
<br />
<br />
<TR><br />
<TD WIDTH=800 COLSPAN=3><br />
<img src=http://www.htmlforums.com/archive/index.php/"http://www.hostultra.com/~rmexecentral/rmexecentralbanner.jpg"><br />
</TD><br />
</TR><br />
<br />
<!-- Nav 1 --><br />
<tr><br />
<TD WIDTH=100 valign="top"><br />
<br />
:cool:<!--content-->
 
Back
Top