CSS
Desk
ß
Reset
Reset the code to the default
Blueprint
Grid
Desk
White
Black
12 col
16 col
Change the background
Save
Save your changes to this link
Share
Create a permanent link for this code
Download
Download this code as a file
«
HTML
<table> <tr> <td> <div class=overflow>This is my text that is a little long.</div> </td> </tr> </table>
CSS
td { border:1px solid black; vertical-align:middle; height: 50px; } .overflow{ width:100px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }