Showing posts with label the middle table would match with the middle of the screen. Show all posts
Showing posts with label the middle table would match with the middle of the screen. Show all posts

css make tables next to each other but centered



I have a script pulling data from an xml file and creating and populating a table with it, I want the tables to sit next to each other but I want it centred, so if I had three tables, the middle table would match with the middle of the screen, I have tried setting table margin to (margin: 0 auto;) and putting tags around the tbles being created.


Read more ...