developer155
Programmer
OK, hopefully last question while I am working on HTML side of this project...
I have a table with 2 nested tables such as:
<TABLE width=650 style=...> <--this is main table
<TD>
<TABLE>contents..</TABLE> <--first nested table
</TD>
<TD>
<TABLE>contents..</TABLE> <--second nested table
</TD>
</TABLE>
As you see, the nested table display one next to another
Question:
How do I make it so the first nested table is, say, 70% of the length of the main table (my problem is that the first table has many columns and the data varies in those columns(jenerated by java program), and when the data is long, the data looks wrong). So basically I want to set the constant length to the first nested table, I want it always to take up about 70 % of the main table length, no matter what data is populated in there
you guys been great, thanks for all your help
I have a table with 2 nested tables such as:
<TABLE width=650 style=...> <--this is main table
<TD>
<TABLE>contents..</TABLE> <--first nested table
</TD>
<TD>
<TABLE>contents..</TABLE> <--second nested table
</TD>
</TABLE>
As you see, the nested table display one next to another
Question:
How do I make it so the first nested table is, say, 70% of the length of the main table (my problem is that the first table has many columns and the data varies in those columns(jenerated by java program), and when the data is long, the data looks wrong). So basically I want to set the constant length to the first nested table, I want it always to take up about 70 % of the main table length, no matter what data is populated in there
you guys been great, thanks for all your help