I have a ul on my home page and would like it centered on the page as a unit. Useing this code <div align=center><ul><li>first row<li>second row</li></ul></div> gives this result first row second row I want it to look like first row second row Any ideas? Thanks.