I am trying to add a link to read more text at the end of a paragraph. I would like this link to display within the paragraph at the end like so:
I hope the below one will help you.
http://jsfiddle.net/X5r8r/1156/
body, input {
font-family: Calibri, Arial;
margin: 0px;
padding: 0px;
}
a {
color: #0254EB
}
a:visited {
color: #0254EB
}
#header h2 {
color: white;
background-color: #00A1E6;
margin: 0px;
padding: 5px;
}
.comment {
width: 400px;
background-color: #f0f0f0;
margin: 10px;
}
a.morelink {
text-decoration: none;
outline: none;
}
.morecontent span {
display: none;
}