I just realized that the paragraph lines aren't breaking automatically now when I write text on my site, whether its on filtered HTML or full HTML, so I have to manually insert a <br> tag to make a new line. Does anyone know what might have changed to cause this?

Comments

vm’s picture

check the input formats and insure that the line break filter is enabled.

techguy10’s picture

I checked the line break filter (in the filters module) and it is enabled so something else is causing this. Has this happened to anyone else before?

vm’s picture

The only other thing I've seen affect filters in this way is when an editor is being used.

techguy10’s picture

Does anyone know what modules or what else could possibly be interacting with the filters to cause this problem? I've tried replacing the filters module on my site to no avail. This problem is so bizarre I don't even know really what to do to troubleshoot it.

Gertm’s picture

I have the same issue on the site i'm buidling. It even doesn't work if i put the tags in manually. Still trying to figure out how this is caused. I'm only using nodewords module as an extra for now.

Infinitee’s picture

Have any of you that are experiencing this done a lot of css modifications? I know I have and I think that this is one thing that could do it???

Infinitee Designs
http://www.infinitee-designs.com/

Drupal+Gallery2+phpBB3 site in the works:
http://www.community.infinitee-designs.com/

zenrei’s picture

I'm having that issue, and it's the WYSIWYG editor that's causing it. (Wysiwyg 6.x-2.0) When I turn it off, it works w/o issue. I'm going to try a different editor to see if the issue persists

zenrei’s picture

I'm just reiterating what I stated before. The module WYSIWYG actually has a check box that will wipe all the breaks and paragraphs when you save, which ends up mushing everything together.

I couldn't get it to stop doing that, so I removed it and installed the fckeditor instead, and it's working beautifully.

Anonymous’s picture

Make sure that the <p> tag or <br> is in the list of allowed tags of the input filter you're using

for example for filtered html : admin/settings/filters/1/configure