Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Nested Editable Regions

New Here ,
Sep 17, 2017 Sep 17, 2017

Hello.

I am trying to make a template page with Adobe Dreamweaver using the following code an I always get the same error :

"Nested Editable Regions"

Here is my code :

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>

<body>
<body class="homepage">
    <div id="topnav">
          <ul class="menu">
             <li class="primapagina homepage"><a href="../index.html"><span>PRIMA PAGINA</span></a></li>
             <li class="despre desprepage"><a href="../despre.html"><span>DESPRE NOI</span></a></li>
             <li class="localizare localizarepage"><a href="../localizare.html"><span>LOCALIZARE</span></a></li>
             <li class="parteneri parteneripage"><a href="../parteneri.html"><span>PARTENERI</span></a></li>
             <li class="contact contactpage"><a href="../contact.html"><span>CONTACT</span></a></li>
            </ul>
       </div>
</body>    

</body>
</html>

Can you help me please to make the code to work fine ?

Thank You !

718
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Sep 17, 2017 Sep 17, 2017

<body>

<body class="homepage">

Delete one of the 'body' tags and all is well.

Translate
Community Expert ,
Sep 17, 2017 Sep 17, 2017
LATEST

<body>

<body class="homepage">

Delete one of the 'body' tags and all is well.

Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines