Your don't need to have the table aligned left, it's left by default, and anyway if you want to align a table left in another table use <td align="left"> in the parent table instead of <table align="left"> in the child table. You can then have <br> or <p> after it and it...