NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on June 18, 2021, 04:51:55 AM

Title: NT12 footer centered
Post by: Alberto on June 18, 2021, 04:51:55 AM
Hi, I dont know why the footer fits this way.
The pagefooter in nt-centered
The table is 95%, so I think 95% of its container
But it keeps to the left.
plase see pic
How to solve this?
Thanks
Title: Re: NT12 footer centered
Post by: Bruce on June 18, 2021, 07:26:00 AM
Firstly, I probably wouldn't use a Table for the footer layout.
Use Flex-box instead, and justify-content
https://css-tricks.com/snippets/css/a-guide-to-flexbox/

cheers
Bruce
Title: Re: NT12 footer centered
Post by: DonnEdwards on June 23, 2021, 11:57:21 AM
If you have to use a table, try putting <center> before <table> and </center> after </table>. It looks like the text is centred within the table, but the table isn't centred on the page.

I know <center> is really old HTML, but it still works when you are in a hurry.