Copied to clipboard

Flag this post as spam?

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


  • Kerry Murphy 1 post 71 karma points
    Jul 01, 2019 @ 15:01
    Kerry Murphy
    0

    Parent - Child article tutorial question.

    Hi guys, I'm working through the basic tutorials at the moment and on the one where you display article items on an article main page it is showing the "< p >< / p > elements and I was wondering how to get it not to do this?

    Here is the tutorial I am referring to : https://our.umbraco.com/documentation/Tutorials/Creating-Basic-Site/Articles-Parent-and-Article-Items/

    Here is what is happening

  • jefferycxl 35 posts 83 karma points
    May 30, 2020 @ 15:31
    jefferycxl
    0

    Hi Kerry

    I met the same problem, I had to change the editor to the code view and then remove the paragraph mark, which seems to be added atomically.

    I also have a question on how do I make the child article editable after publishing.

    Jeffrey

  • Amir Khan 1282 posts 2739 karma points
    May 31, 2020 @ 20:44
    Amir Khan
    0

    For the paragraph tags, you generally want to wrap the query in @Html.Raw(get your doc type property here)

Please Sign in or register to post replies

Write your reply to:

Draft