1
I’m uploading a project to VTEX, but when uploading, it accuses a multiple element error:
There are Multiple root Elements. Line 3, position 6.
All the examples I saw didn’t suit me, someone can help me?
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:vtex="http://www.vtex.com.br/2009/vtex-common" xmlns:vtex.cmc="http://www.vtex.com.br/2009/vtex-commerce" lang="pt-br"/>
<head>
<title>Teste</title>
<link type="text/css" rel="stylesheet" media="screen" href="css/layout.css" /> <!-- CSS das div's -->
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <!-- Biblioetca JQuery -->
</head>
</html>
Missing code there isn’t? the <html> tag is not closed.
– Alexandre Cavaloti
Which template page is trying to climb?
– Alexandre Cavaloti
is just an example, I forgot to close here, but from everything I tried, he always accuses in the line of the <head>
– Mateus Alcântara
CMS> HTML TEMPLATES
– Mateus Alcântara
The <head/> tag is wrong, it closes at first and last tag
– Alexandre Cavaloti
@Alexandrecavaloti that I already corrected, but still persists the error
– Mateus Alcântara
Let’s go continue this discussion in chat.
– Alexandre Cavaloti