Utilizing an HTML entity to display three dots (...) is my current method of indicating that there is more text available. While CSS (text-overflow: ellipsis;
) offers alternatives, I am restricted in using CSS styles.
The problem lies in the fact that the ellipsis is appearing in the middle of the text - I require it to mimic the way manual three dots appear at the end of a text like,
Many people have sent language examples over the years...
This is what I currently see:
https://i.sstatic.net/F90aK.jpg
A horizontal ellipsis
<p><span>Sample Text:</span>Many people have sent language examples over the years, but we want more! We'd love to add more examples…</p>