By techguy10 on
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
=-=
check the input formats and insure that the line break filter is enabled.
I checked the line break
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?
=-=
The only other thing I've seen affect filters in this way is when an editor is being used.
Does anyone know what
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.
Line and paragraph breaks
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.
Same here!
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/
Ralph Manis
Infinitee Designs
https://www.infinitee-designs.com/
https://www.infinitee-designs.com/webdesign
https://www.infinitee-designs.com/t-shirts
I'm having that issue, and
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
I'm just reiterating what I
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.
Make sure that the <p> tag or
Make sure that the
<p>tag or<br>is in the list of allowed tags of the input filter you're usingfor example for filtered html : admin/settings/filters/1/configure