Hi
How can I align my footer navigation centrally please? I've tried applying a text-align:center; attribute to the relevant footer elements with no luck
Cheers
http://www.treehousewebbo.f2s.com/
| SitePoint Sponsor |
Hi
How can I align my footer navigation centrally please? I've tried applying a text-align:center; attribute to the relevant footer elements with no luck
Cheers
http://www.treehousewebbo.f2s.com/





Try this:
Works for me in Firefox, haven't tested it in other browsers.Code:#footer-nav { margin: 0; text-align: center; } #footer-nav li { display:inline; margin-right: 0.5em; padding-right: 0.5em; border-right: 1px solid; }
Dan G
Marketing Strategist & Consultant
c2uk
Works fine now thanks![]()
Bookmarks