Posted by justengland on 02/21/07 20:00
I have a web page that has 4 tables, 1 table is the holder for the
other 3 tables. I want to columns to line up in the 3 tables, but the
text within the table cells is dynamic so the column widths from table
to table are inconsistent. Is there any tricks to make the 3 table
line up?
Code looks something like this
<table bordercolor=black border=2>
<tr>
<td>
<table bordercolor=green border=2>
<tr>
<td>Some Text</td>
<td>More Text</td>
<td>This Text</td>
</tr>
</table>
<table bordercolor=blue border=2>
<tr>
<td>Longer Text goes here</td>
<td>Longer Text goes here</td>
<td>Longer Text goes here</td>
</tr>
</table>
</td>
</tr>
</table>
Navigation:
[Reply to this message]
|