What is the problem you have with tables?If you want to align a table in the center you can use something like this:<div align="center"> <table>....</table></div>or<div style="text-align: center;"> <table style="text-align: left;">....</table></div>