Line Breaks multiplying like rabbits
Last Post 06/10/2014 10:52 AM by Joseph Craig. 1 Replies.
Author Messages
Donald
Nuke Ace
Nuke Ace
Posts:53


--
06/09/2014 8:17 PM
    Hello

    I am working with a banner slider. Using FCKEditor -> HTML: I add text, a line break and some more text, like this:

    test1
    test2

    When I update, and come back into the module, the line breaks have doubled. Without making any changes, just looking at the html code, the FCKEditor again doubles the line breaks.

    test1

    test2

    How do I stop this behavior?
    Thanks
    -DL

    DNN 7.xx FCKEditor is always used in html mode, not Design mode.
    Joseph Craig
    DNN MVP
    Posts:11667


    --
    06/10/2014 10:52 AM
    Which version of DNN are you using?

    This is, undoubtedly, an issue relative to the editor's configuration. The way to handle it may depend on the version of DNN you are using, and the version of the FCK editor. Since you refer to the FCK Editor, I'll guess that this is an older version. So ... the first suggestion is to upgrade to a more recent DNN -- hopefully the latest if you can.

    You'll want to dig into the FCK configuration. The first place I would start would be to switch the default to use paragraph tags instead of breaks. You'll still be able to enter breaks as Shift-Enter.

    And I'll confess that I don't quite remember what configuration changes fix this. If you can't find it with your Google friend, let me know and I'll do some more digging.

    Joe Craig, Patapsco Research Group
    Complete DNN Support


    ---