<html>
<head>
<style type="text/css">
DIV.tdWidth {
width:150;
}
DIV.divStr {
text-overflow:ellipsis;
overflow:hidden;
}
</style>
</head>
<body>
<table border="1">
<tr>
<td><nobr><div class="divStr tdWidth">TEST1 TEST2 TEST3</div></nobr>
</tr>
<tr>
<td><nobr><div class="divStr tdWidth">ABCD EFG HIJK</div></nobr>
</tr>
</table>
</body>
</html>