On a page I\'m working on at the moment, I can\'t seem to be able to center a table with an image in the first row and two columns of text below it (the two columns shouldn\
table { margin-left: auto; margin-right: auto; }
This will definitely work. Cheers