Copied to clipboard

Flag this post as spam?

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


  • Alena 1 post 71 karma points
    Feb 09, 2020 @ 07:10
    Alena
    0

    svg cod to umbraco

    hi all I'm new here. I made some svg animation and need add it in umbraco editor like html code. I tried but its doesnt work. Are thare some way to do it? enter image description here

  • Ryan Helmn 23 posts 153 karma points
    Feb 10, 2020 @ 14:08
    Ryan Helmn
    0

    Try changing the property editor to a textarea rather than a RTE/Markdown Editor, it may be stripping out certain tags or characters.

  • Steve Morgan 1278 posts 4216 karma points c-trib
    Feb 10, 2020 @ 14:25
    Steve Morgan
    0

    To add to Ryan's note - also you probably want to output the markup using:

    @Html.Raw(Model.svgImgWrap)

    So that it's not encoded in the Razor View.

  • 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