how do you center align a table in the middle of the page using css. This is what I have http://jsfiddle.net/m5uEr/\[code\]<div style="text-align: center; border-style:solid;"> <table style="border-style:solid;"> <tr> <td>test</td> </tr> </table></div>\[/code\]