a quick (hopefully simple) question about table width tags:
 
can you mix percentages & whole numbers in a table tag? what happens if you create a table such as:
 
<TABLE>
    <TR>
        <TD width=10>
            ...stuff...
        </TD>
        <TD width=50%>
            ...more stuff...
        </TD>
        <TD width=40>
            ... even more stuff...
        </TD>
    </TR>
</TABLE>
 
what will happen in that case? As you enlarge your window, will the two outside cells always stay 10 & 40?? Does setting the middle cell width to 50% affect anything, or could I just leave it as no width?
 
also (ok, i guess this wasn't so simple) are there any problems with nesting tables with the same widths:
 
<TABLE>
    <TR>
        <TD width=100>
            <TABLE width=100>
                ....
 
Thanks!
-J


......................................................................
Jason Epstein [EMAIL PROTECTED] 212.583.1234x633 www.sixdegrees.com

Our bodies are garbage heaps: we collect experience, and from the decomposition of the thrown-out eggshells, spinach leaves, coffee grinds, and old steak bones of our minds come nitrogen, heat, and very fertile soil.  Out of this fertile soil bloom our poems and stories.

     --Natalie Goldberg

 

Reply via email to