markveld
04-30-2003, 12:04 PM
I have a fixed width table of "760" pixels. I split the table into 5 columns. They are for now automatically (in Dreamweaver MX) proportionatly equal so that each cell is as large as the next. I am planning to put my navigation links into each cell.
Problem is, when I start adding text to a cell, my nice proportioned tables break away and go all over the place, hugging the right, etc.
I found out about a code for proportioned cells but I do not understand it.
Here is my HTML for the table:
<table width="760" border="1" cellpadding="0" cellspacing="0" bordercolor="#000000">
<tr bordercolor="#E0E4C0">
<td height="18"> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
If somebody could point out how to do it, help me in any way, I would be very thankfull.
Problem is, when I start adding text to a cell, my nice proportioned tables break away and go all over the place, hugging the right, etc.
I found out about a code for proportioned cells but I do not understand it.
Here is my HTML for the table:
<table width="760" border="1" cellpadding="0" cellspacing="0" bordercolor="#000000">
<tr bordercolor="#E0E4C0">
<td height="18"> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
If somebody could point out how to do it, help me in any way, I would be very thankfull.