How do I vertically align a table in an html document?

  • Thread starter Thread starter e428
  • Start date Start date
E

e428

Guest
The table I've created is at the top of the html document. How do I put it at the bottom?
 
<div style="vertical-align:middle;">
<!-- the code for your table goes here -->
</div>
 
Back
Top