HTML Error Code Descriptions | Community
Skip to main content
Level 2
March 13, 2020
Solved

HTML Error Code Descriptions

  • March 13, 2020
  • 1 reply
  • 2437 views

I'm new to HTML. I coded my first template in Marketo, and I'm getting an error code I'm not familiar with.

Is there a good resource to learn more about HTML error codes? My specific code is "Error: Multiple Container Elements..." Ideally, someone could direct me to an article or database to search this error and learn more about what is causing it.

Thanks!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by JDNelson1

https://docs.marketo.com/display/public/DOCS/Email+Template+Syntax#EmailTemplateSyntax-Variables

 

At the bottom is the Container description. You can only have one class="mktoContainer" in your HTML and all modules must be within it. Hope that helps.

1 reply

JDNelson1Community AdvisorAccepted solution
Community Advisor
March 13, 2020

https://docs.marketo.com/display/public/DOCS/Email+Template+Syntax#EmailTemplateSyntax-Variables

 

At the bottom is the Container description. You can only have one class="mktoContainer" in your HTML and all modules must be within it. Hope that helps.

estigerAuthor
Level 2
March 16, 2020

Great resource! Thanks for the tip. The template is all fixed!