Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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/
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
For the paragraph tags, you generally want to wrap the query in @Html.Raw(get your doc type property here)
is working on a reply...
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.
Continue discussion
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/
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
For the paragraph tags, you generally want to wrap the query in @Html.Raw(get your doc type property here)
is working on a reply...
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.