Reputation: 45
I am currently trying to add links to my footer so that they are displayed from left to right inside the footer. Currently they are being displayed in a list going down the page.
Upvotes: 0
Views: 46
Reputation: 69
try ol instead of li. this should do it.
Upvotes: 1