Hi again,
This is a bit strange. The only non-generated code is in the pageheadertag where I have a small include file (see below).
Tested in w3school xml-validator it has an error at line 6, column 1 that I simply cannot figure out:
Extra content at the end of the document.
But even if I remove that piece of code the site still has this paging problem. Strange
Anyway my include file:
<div class="nt-left nt-site-header-logo">
<a href="../IndexPage">
<figure><img src="images/logo_macy.jpg" data-image="d3pjan8a1fc1"/></figure>
</a>
</div>
<div class="if-not-small"> <<<--- Error line
<h1>Mac Y - Kundeportal</h1>
</div>
<div class="if-small">
<h2>Mac Y - Kundeportal</h2>
</div>
Cheers
/Poul