I want to limit my paragraph to five lines and want to add read more link after that. (That link direct to another page). I want to do it using CSS and i tried following examples, but they are not working for me.
http://jsfiddle.net/csYjC/1131/
http://jsfiddle.net/csYjC/1122/
http://joelsaupe.com/programming/multiple-line-ellipsis-css/
I can limit it only one line using white-space: nowrap;
Why this isn't work? What is the best way to do this?
Any help highly appriciate. Thanks,