> How do I stop col2 wrapping below col1 however when the 
> browser window is 
> shrunk down in size? (Has to work in IE).

<table cellspacing="0">
        <tr>
                <td class="col1">...</td>
                <td class="col2">...</td>
        </tr>
</table> 

OK, I'm a green + knobbly troll.  But it would work, and it's simple...

Rob

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to