Posted by dorayme on 04/12/06 03:16
In article
<1144732953.910032.32620@v46g2000cwv.googlegroups.com>,
endlesstide@gmail.com wrote:
> Ok, I basically want this table configuration
>
> <table>
> <tr>
> <td>Variable Length Dynamic Data</td>
> <td>Static Content</td>
> </tr>
> </table>
>
> How would I keep the static content pushed as much as it's possible to
> the left, given the data in the first TD will flow.
Depending on what you mean:
1. By not doing anything to upset the left default behaviour of
content hugging left of cells.
2. By limiting the width of the variable content cell so that the
text (I assume text) wraps.
3. By - if it is meaningful, though unlikely you would not have
thought of this - putting the "static content cell" to the left
of the variable one.
--
dorayme
[Back to original message]
|