Hi.
What do I need to edit so when people leave comments with line breaks it works ?
Not using <br /> just typing.
Its very annoying read everything with no line breaks.
Any ideas ?
Thanks.
Hi.
What do I need to edit so when people leave comments with line breaks it works ?
Not using <br /> just typing.
Its very annoying read everything with no line breaks.
Any ideas ?
Thanks.
Do you have a link to one of the posts showing this problem?
Shure thing, here it is.
thanks.
It already is being split up into paragraphs properly, you just don't have them spaced apart enough.
Add this to your stylesheet:
#comentarios p {
margin-top: 1em;
}Thanks Otto, that made the trick.
You must log in to post.