AgA
AgA

Reputation: 2126

How to keep formatting of entered comments in Drupal?

In my site: http://www.indiacustomercare.com which Drupal 6 and I've set default format as "Full HTML". Now people are sometimes entering long comments and when published, all newlines get removed and multiple paragraphs coalesce to become single para.

So what I'm doing is to copy it and paste the comment in design view in Dreamweaver. This inserts br element, as entered by the user.

Is there any way this could be handled automatically in Drupal?

Upvotes: 0

Views: 37

Answers (1)

Chris Morgan
Chris Morgan

Reputation: 90742

"Full HTML" is "Full HTML". It doesn't have the "Line break converter" input format filter turned on because that would be incorrect behaviour. If you want automatic line breaking, I recommend that you create a new input format and give it the filters that you want - including Line break converter.

Upvotes: 1

Related Questions