Share via

Python out of order problems.

Nigel Wright 291 Reputation points
2021-11-08T04:37:45.427+00:00

I have made a small ecommerce website using python

The page displays a table and some buttons
Below the table is supposed to be a list of possible pages
For some reason my page is displaying the possible pages above the table.
The page seems to be displaying out of order for some reason.
The table does load in some sql server data so maybe that is why ?
The code definitely has the possible pages links last.

SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories

0 comments No comments

Answer accepted by question author

Nigel Wright 291 Reputation points
2021-11-09T05:57:42.24+00:00

The problem was missing table end tag.

Was this answer helpful?

0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Nigel Wright 291 Reputation points
    2021-11-08T09:56:27.06+00:00

    The problem was a missing end table tag.

    Was this answer helpful?


  2. Viorel 127K Reputation points
    2021-11-08T09:18:36.627+00:00

    Maybe the generated source of this Web page (HTML) is problematic?

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.