I have the following mark-up:
<h5>
<a href="javascript:void(0);">I am a very long title and I need to be shortened</a>
</h5>
How can I make it so that if the h5
text is above a certain number of characters, I get rid of the other characters and replace them with a "..."?