Looking to conceal additional text within my DIV element with ellipsis (...) at the end
Currently using:
<div style="width:200px; height:2em; line-height:2em; overflow:hidden;" id="box">
this is text this is text this is text this is text
</div>
Result:
The content overflowing the DIV is hidden
However, I would like three dots ...
to be added at the end when hiding occurs
Desired Output:
this is text this is text this is te...