Posted by Jemdam.com on 03/06/07 19:47
>
>> What is a cross-browser way to enforce that a table cell adhere to a
>> specified width even if there's a word in there that exceeds that
>> width? Right now, the longer word is taking precedence over the table
>> width on both FF and IE.
>
> I think the only way is to set the table cell to overflow:hidden or
> overflow:scroll. Not tested.
>
CSS is the only way to do this, there is no HTML table option for this. I
use tables far to much but I do think they are easy and quick to set up.
Cheers D http://www.binaryincome.com
[Back to original message]
|