Python Forum
Table displayed out of order
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Table displayed out of order
#1
I have a webpage with some buttons then a table then some links.

For some reason it displays buttons, links then table

If I delete table command then things are in right order.

Its seems to doing things out of order.

The order in the code is definitely right.

Is the table asynch and so displaying last ?
Reply
#2
Spent the last few weeks getting into Python.
Hasnt been too bad but took time to get used to indented lines instead of curly brackets !
Took a while to crack cookies but just about got there.
I still lose them when session ends but maybe not a bad thing.

One of tasks in the ecommerce site is to send order details to vendor and a part copy to buyer.
The first email gets sent and received fine.
However the second one is missing.
I found adding some extra HTML (div /div) fixed it so it suggests something wrong in HTML code.
In the end I passed the HTML to a syntax checker and it said my table wasnt displaying final row fully as just one TD was used in last row.
So I fixed that and email now magically appears.
So looks like just badly formed HTML was messing things up.
I suspect my email vendor was rejecting it.
Reply
#3
I merged your 2 threads, assuming they are related to same problem (now resolved).
That said - there is no question, nor code and I suggest you check the links in my signature for future reference how to ask good questions.
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply
#4
(Nov-24-2021, 05:14 AM)buran Wrote: I merged your 2 threads, assuming they are related to same problem (now resolved).
That said - there is no question, nor code and I suggest you check the links in my signature for future reference how to ask good questions.

Two different problems.
It was more of a warning to other developers than a question the second message.
The loss of the second email was a pig to find and had me stumped for hours.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Fuzzy Wuzzy how to get my fuzzyratio displayed windingsareuseful 3 305 Apr-04-2024, 05:38 PM
Last Post: deanhystad
  Unexpected output: symbols for derivative not being displayed saucerdesigner 0 2,084 Jun-22-2020, 10:06 PM
Last Post: saucerdesigner
  Auto-copy all displayed "print" results into clipboard? smallabc 1 1,686 Dec-16-2019, 02:10 PM
Last Post: buran
  Percentages displayed as "0.00" Winfried 2 1,811 Nov-15-2019, 05:20 PM
Last Post: Winfried

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020