I have a table defined as:
<table width="100%">
<td width="368">Left column</td>
<td width="626">Right column</td>
</table>
I want to keep the "left" column fixed size but I want the "right" column to always expand to the right in order to completely fill the screen no matter what resolution size the visitor is using on their PC.
If I put 100% as the width for the right column will this do what I want?
Thanks.






Bookmarks