Skip to main content
Participant
September 17, 2017
Answered

Nested Editable Regions

  • September 17, 2017
  • 1 reply
  • 728 views

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 !

This topic has been closed for replies.
Correct answer BenPleysier

<body>

<body class="homepage">

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

1 reply

BenPleysier
Community Expert
BenPleysierCommunity ExpertCorrect answer
Community Expert
September 17, 2017

<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!