InterviewSolution
In your HTML, use <div class="center"> <table>...</table> </div> In your CSS, use div.center { text-align: center; } div.center table { margin-LEFT: AUTO; margin-right: auto; text-align: left; }
In your HTML, use <div class="center"> <table>...</table> </div> In your CSS, use div.center { text-align: center; } div.center table { margin-left: auto; margin-right: auto; text-align: left; }
Your experience on this site will be improved by allowing cookies. Read Cookie Policy