Badman3k
03-13-2005, 04:57 PM
I have a bit of a problem with trying to make my table dispaly properly.
I want to have a 5 column table with 4 out of the 5 being fixed widths, but the other needs to be variable.
----------------------------------------------------------------------------
|<63px>|<----------variable--------->|<63px>|<--67px-->|<----155px---->|
----------------------------------------------------------------------------
I've tried many different methods and even tried using the source from the forum (as that's a very similar scenario) but nothing seems to want to work! :(
Here's the source of the table I'm using:
<table width="100%">
<tr>
<td width="63">a</td>
<td>b</td>
<td width="63">c</td>
<td width="67">d</td>
<td width="155">e</td>
</tr>
</table>
As you can see from the code, i want to be able to have the whole table scale when the browser res changes, but I can't get it to work on any res at all.
I'm sure there's a really simple solution to this but I'm just not seeing it at all. Any help would be greatly appreciated, cause it's starting to really get to me lol:D
Thanks in advance,
I want to have a 5 column table with 4 out of the 5 being fixed widths, but the other needs to be variable.
----------------------------------------------------------------------------
|<63px>|<----------variable--------->|<63px>|<--67px-->|<----155px---->|
----------------------------------------------------------------------------
I've tried many different methods and even tried using the source from the forum (as that's a very similar scenario) but nothing seems to want to work! :(
Here's the source of the table I'm using:
<table width="100%">
<tr>
<td width="63">a</td>
<td>b</td>
<td width="63">c</td>
<td width="67">d</td>
<td width="155">e</td>
</tr>
</table>
As you can see from the code, i want to be able to have the whole table scale when the browser res changes, but I can't get it to work on any res at all.
I'm sure there's a really simple solution to this but I'm just not seeing it at all. Any help would be greatly appreciated, cause it's starting to really get to me lol:D
Thanks in advance,