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

Editable region - Drewmweaver has changeed the order of HTML

New Here ,
Jan 13, 2018 Jan 13, 2018

Copy link to clipboard

Copied

Hello, I have a problem with editable regions. When I add editable region Drewmweaver has changeed the order of HTML document. For example it puts <footer> at the to of the document. Is there any way how I can stop that?

Sebastian

Views

227

Translate

Translate

Report

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
Community Expert ,
Jan 13, 2018 Jan 13, 2018

Copy link to clipboard

Copied

Which version of DW?

Is the code in your document error free?

CC-error-indicators.jpg

Nancy O'Shea— Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

Votes

Translate

Translate

Report

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
New Here ,
Jan 15, 2018 Jan 15, 2018

Copy link to clipboard

Copied

Hello, I am using CC 18.0. My code is error free and fully validated.

Sebastian

Votes

Translate

Translate

Report

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
New Here ,
Jan 15, 2018 Jan 15, 2018

Copy link to clipboard

Copied

LATEST

The code before ER.

<section class="logo"></section>

<section class="kits con-padding">

<h1 class="kit-name text-white">Supersonic business kit</h1>

<p class="text-white">Paragraph text goes here.</p>

<p class="text-white">Paragraph text goes here.</p>

<p class="text-white">Paragraph text goes here.</p>

</section>

<section class="info con-padding">

<h3 class="text-green">What is included?</h3>

<p class="text-grey">Paragraph text goes here.</p>

<p class="text-grey">Paragraph text goes here.</p>

</section>

<section class="about con-padding"></section>

<section class="contact con-padding">

<h4 class="text-green">Please, fill the form below to order Supersonic kit</h4>

<p class="text-grey">After sending the form, you will recive an emial with all the details what you need to know to start your project.</p>

</section>

<footer class="con-padding">

<p class="footer-txt">Copyright &copy; 2017 Web And Print Design | All rights reserved</p>

<p class="footer-txt">

<a href="terms-and-conditions.html">Terms & conditions | Privacy policy</a>

</p>

</footer>

<div class="scrollTop"></div>

</main>

</body>

</html>

The code after ER. The footer has moved up.

<section class="logo"></section><footer class="con-padding">

<p class="footer-txt">Copyright &copy; 2017 Web And Print Design | All rights reserved</p>

<p class="footer-txt">

<a href="../terms-and-conditions.html">Terms & conditions | Privacy policy</a>

</p>

</footer>

<div class="scrollTop"></div>

</main>

<!-- TemplateBeginEditable name="EditRegion3" -->

<section class="kits con-padding">

  <h1 class="kit-name text-white">Supersonic business kit</h1>

  <p class="text-white">Paragraph text goes here.</p>

  <p class="text-white">Paragraph text goes here.</p>

  <p class="text-white">Paragraph text goes here.</p>

</section>

<section class="info con-padding">

  <h3 class="text-green">What is included?</h3>

  <p class="text-grey">Paragraph text goes here.</p>

  <p class="text-grey">Paragraph text goes here.</p>

</section>

<!-- green area list -->

<section class="about con-padding"></section>

<section class="contact con-padding">

  <h4 class="text-green">Please, fill the form below to order Supersonic kit</h4>

  <p class="text-grey">After sending the form, you will recive an emial with all the details what you need to know to start your project.</p>

</section>

<!-- TemplateEndEditable -->

</body>

</html>

Votes

Translate

Translate

Report

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