In the FCKEditor the text box appears to be formatted correctly. Paragraphs are separated correctly.

The format is unfilterd HTML.

When I save the document text is all run together in one big paragraph.

I've got 190 documents screwed up like this now.

I haven't tried to fix them yet, thought I'd post first.

In the Unfiltered HTML there are no line breaks.

Anyway, this may be an easy fix by doing something I'm not aware.

It will take hours of work to put in line breaks, and the worst part. I don't know what was done for this to happen.

I have no way of knowing what to do to prevent it happening again.

This is very frustrating.

Comments

domineaux’s picture

Fixed it.. didn't have the page break set in configuration.

domineaux’s picture

Status: Active » Fixed

Fixed

Dragolin’s picture

Status: Fixed » Active

I'm using the WYSIWYG module and have FCKeditor selected as my editor in site settings. In my edit screen, the text looks just fine (line breaks are showing), while my actual page (after save) is one paragraph and all the line breaks disappear.

I only see one option in the settings, under cleanup & output: "remove linebreaks"
It's standard on enabled, so I tried to disable it, still the same problem ...

Am I missing something (a certain setting) here to be able to output my breaks normally?
Thanks in advance

Dragolin

Dragolin’s picture

Status: Active » Fixed

seems my filtered html needed some additional tags to be able to enter breaks etc ...

QDaddy’s picture

Status: Fixed » Active

Please explain further.... I am a novice having the same problem. I tried changing the settings on the page break, but what tags need to be there?

Dragolin’s picture

go to: Home » Administer » Site configuration » Input formats » Filtered HTML

and click configure, you'll be able to edit the allowed html tags, I now have these:

<a> <p> <span> <div> <h1> <h2> <h3> <h4> <h5> <h6> <img> <map> <area> <hr> <br> <br /> <ul> <ol> <li> <dl> <dt> <dd> <table> <tr> <td> <em> <b> <u> <i> <strong> <font> <del> <ins> <sub> <sup> <quote> <blockquote> <pre> <address> <code> <cite> <embed> <object> <strike> <caption>

Dragolin
www.dragolindesign.be

Jorrit’s picture

Status: Active » Closed (fixed)