November 13, 200817 yr Hi Please have a look at my files and help me! I want the Sitemap: Links in the footer section - to be centered. But i dont know how? Prob gonna be a simple fix but i cant get it to work Thanks index.html indexcss.css
November 13, 200817 yr HiPlease have a look at my files and help me! I want the Sitemap: Links in the footer section - to be centered. But i dont know how? Prob gonna be a simple fix but i cant get it to work Thanks Add #footer li {display: inline;} and Add #footer ul {text-align:center;} That should be it if I remember right.
November 13, 200817 yr Author Add #footer li {display: inline;} andAdd #footer ul {text-align:center;} That should be it if I remember right. sorry it still isnt working?? what am i doing wrong??!!
November 14, 200817 yr Try this... #footer ul { list-style: none; width: auto; margin: 0 auto; } #footer ul li { display: inline; padding: 0 10px; /* space the list items a bit*/ }
Create an account or sign in to comment