|
Posted by Neredbojias on 04/11/06 09:58
To further the education of mankind, endlesstide@gmail.com declaimed:
> 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. Best regards, Dave
Don't use tables. Use 3 divs, 2 inner, one outer, and float the inner ones
left.
--
Neredbojias
Infinity can have limits.
[Back to original message]
|