ElijahDow
Community Explorer

Looks like that's just code that Canvas won't allow unfortunately. Here's another post someone had on this topic.

If you're using comments to hide things on a page, a workaround could be adding a div around the things you're wanting hidden with a display: none attribute.

EX)

<div style="display: none;">
content you'd like hidden
</div>

 

View solution in original post

Who Me Too'd this solution