Html How To Center
How do you center lists in HTML?
title says it all. I want to be able to put a list on my page, but i want it in the center so it flows with everything else I’ve got on there.
Thanks
You need to use margin: 0 auto; The
http://brugbart.com/Articles/How-to-Center-a-Website-_120.html – How to Center elements on a Website
I.e.
—–StartCode—–
How to Center Elements on a Website
- List Item Example
- List Item Example
—–CodeEnd—–
How to Create Web Pages Using HTML : How to Center Text in HTML