I have a thread and want a little preview text for every thread. Like this:
How I can loose weight? <- Headline
bla bla bla bla bla |
bla bla bla bla bla | <- Preview
bla bla bla bla bla... |
I want there a three lines long preview text that end's simply with '...' I tried it with:
.p {
color: grey;
text-overflow: ellipsis;
overflow: hidden;
word-wrap: break-word;
line-height: 16px;
max-height: 32px;
}
but this haven't worked for me.. does anybody know a solution for that? maybe with JS or JQuery?
bla bla
tag. I will take the code inside a class after I've got a solution. – WellNo Apr 13 '16 at 13:06