I have a table with the results of a query.
The problem is that everything I do it appears always in the middle of the page. I try with DIV but no way ... 😕
Someone can tell me why?
would be a little easier for us to see, if you posted your code, the relevant code
I'm posting the relevant code.
( The case is "DisplayAll")
what is "it" that is showing up in the center?
the
Complete member list Find a member New member
links?
<tr align="center" <--- just a thought (from your code).
Originally posted by stolzyboy what is "it" that is showing up in the center? the Complete member list Find a member New member links?
It's the table in the function displayall()
Thanks
The <center> tag - just another guess. I can't reliably run your code to get the HTML it generates - maybe you can have a go and post what you get? Try working on the HTML and see if you can figure out what needs to be changed from getting that to work.
I think you have entered more <br> commands than you need, try to check out the <br> command used in loop or more <br> command given in table itself.
Solved!
I noticed that the blank space was proportional to the number of records so:
it was the echo "<BR>" at the end of the while block! 🙂
Thank you!