Display page number

Hello, everyone.

I have an optical problem and cannot find the error :-(

On the second page, the display of the number of pages is incorrect and offset.

Everything is right on page one.

Does somebody has any idea ?

https://toplist2all.de
VL 1.9

Greeting
Andreas

3.jpg
 

Basti

Administrator
Staff member
Check your html setup, something in the wrapper or the table files i guess is wrong. The browser tries to correct wrong markup and does it wrong on page 2 cause the "content" area is smaller than the sidebar. And places the pagintion outside of the content area

write your html properly with indenting to see possible wrong closed elements, to much closing or less etc
HTML:
<div>
    <ul>
        <li>proper spacing, easy to spot elements</li>
    </ul>
</div>
 
Hello Basti.

I do not understand what you mean.

I have now made the original, just as it was when it was installed, without any changes.

Unfortunately, the problem remains, even in its original state.
 
I found the mistake.

A < /div > was entered in the "table_open.html".
No further content.
That deleted and everything was okay.

I don't understand where that came from.

Ghosts ^^

In any case, everything is going right now.

Thanks for the help.

Greeting
Andreas
 
Top