Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Centering Re: Centering

#63923
AndrewHipp
Participant

If you want to center something you can use margin:auto.

I made an example for you:
http://www.cssdesk.com/LM8Aw

This requires a width however. With navigation if you want to center it there will be issues in the future if you try to add more links.

Hope that helped!