Based on the initial post , we all accept the obvious, but just in case ...;)
<style type="text/css">
.oneline {
text-overflow : ellipsis;
white-space : nowrap;
width : 50px;
overflow : hidden;
}
</style>
<div class="oneline">Testing 123 Testing 456 Testing 789</div>
http://jsfiddle.net/NawcT/
EDIT . The solution was to style the paragraph against the div.
source
share