Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Alvaro 7 posts 27 karma points
    Jun 04, 2012 @ 12:36
    Alvaro
    0

    Rich Text Editor

    Hi!

    I hhave noticed that when writing text in a Rich Text Editor, when the page is rendered, the text is wrapped in <p> tags. however, if you write it in the html pop-up (by clicking in the html button) it doesn't happen.

    Is it possible to avoid this wrapping?

    Thanks.

  • Rik Helsen 670 posts 873 karma points
    Jun 04, 2012 @ 13:11
    Rik Helsen
    0

    it's actually best practice, and allows you to put white spacing between paragraphs.

    You're probably not familiar with the difference between "Enter" and "Shift-Enter" at the end of a sentence? (one goes to new paragraph, the other to a newline in the same paragraph. It's the same in many applications like Word etc)

    There are probably ways to disable it, but personally I wouldn't do it.

  • Fuji Kusaka 2203 posts 4220 karma points
    Jun 04, 2012 @ 14:28
    Fuji Kusaka
    1

    Hi Alvaro,

    If you are inserting an umbraco field in the  template you could remove  the Paragraph by Checking the Remove Paragrah Tags

      <umbraco:Item field="bodyContent" stripParagraph="true" runat="server" />

     

     

    //fuji

     

  • Alvaro 7 posts 27 karma points
    Jun 04, 2012 @ 16:35
    Alvaro
    0

    Thanks

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies