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.

Added November 2, 2015 3:05 am

This question has been resolved, view the correct answer now!

Use Code Tag with any CMS

If 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
- Joomla
- Drupal
- PhoneGap
- Wix
- Webbly
- Webs
- Square Space
- PageCloud

Try it with your custom CMS!

Answer by admin
Answered On March 31, 2016 2:47 am #
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
2) Add ${code} to the Text layer name
3) Add your raw HTML, PHP, JS, or CSS inside the Text layer contents:

<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.
Answer by admin
Answered On November 2, 2015 3:09 am #
Looking for another answer? View other questions in HTML CSS Text Output or get premium support for guaranteed results.
Asked by tnwebwise★★★
2981 views
2 answers
Last Answered 8 years ago by admin

Categories

Recent Answers

asked by rihabbenhmida
asked by zaineb khiari
asked by nmax
asked by shanrt
[+] View All Recent Questions

Share Your Knowledge!

Contribute to the community and help other users to benefit from your answer with experience and knowledge.