Import HTML to CMS?« Back to Questions List
Can we import the HTML output to our CMS, it has special tags that go in place of editable content and we'd love to output the results with this tags in place. Kentico in text areas have a cms tag that looks like this: <cms:CMSWebPartZone ZoneID="FormEntry" runat="server" /> "FormEntry" is the unique name for the webpart. We can add the js/css calls into the custom area of the tool if needed at build. |
This question has been resolved, view the correct answer now!
Use Code Tag with any CMSIf you follow our instructions for creating custom HTML elements: //exportkit.com/plugin/environments/html5/create-custom-html-elements – then you can simulate the process with any web CMS. Tested On- WordPress Try it with your custom CMS! |
✓ Correct Answer | |
---|---|
Hi Because your element has a namespace ”cms:CMSWebPartZone”, we recommend you use Code Tag, its very easy. 1) Create a Folder and add a Text Layer inside <cms:CMSWebPartZone ZoneID="FormEntry" runat="server" /> This would be the text contents of your layer IMPORTANT: When using Code Tag you should always add the Text layer inside a folder to maintain its visual position. |
Share Your Knowledge!
Contribute to the community and help other users to benefit from your answer with experience and knowledge.