I need to make a TD cell adhere to specific dimensions, which works great
until it gets populated with text longer than the width of the cell. I need
to set it so that any overflowing text is truncated, rather than wrapped to
another line. I know there's a way to do this, but I can't find that info
anywhere now that I actually need to do it.
Thanks,
Scott
/José Jeria
/José
> <table width="30" style="table-layout:fixed;">
> <tr>
> <td style="overflow:hidden;">dfdasfadsfdasfasdfasf<br>dddd</td>
> </tr>
> </table>
Perfect! Thank you.