开发者

Umbraco modifies html when saving. How do I get it to just accept what I wrote?

开发者 https://www.devze.com 2023-03-11 04:55 出处:网络
I’m experiencing issues on several pages in Umbraco, where I cannot use an ordered list with an unordered list beneath it.

I’m experiencing issues on several pages in Umbraco, where I cannot use an ordered list with an unordered list beneath it.

Everything appears correctly in the interface screen. 开发者_如何学运维However, when I save and preview/publish, the bulleted lists become numbered lists. I tried editing the HTML, and that didn’t help. Umbraco kept “correcting” it.


So, after you publish the document, if you refresh the back end, has your actual mark-up changed? If not, then you are just having a simple css issue, but if the markup changes, then Andreas is correct, its the html tidying that changes your markup.

0

精彩评论

暂无评论...
验证码 换一张
取 消