0

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.

CAC
  • 45
  • 1
  • 3
  • 11
  • 1
    Displayed as a list, do you mean, that they have ol pr ul html structure? Please paste your code, so we can help you. – crs1138 Oct 07 '12 at 21:20

1 Answers1

1

try ol instead of li. this should do it.

koroush
  • 69
  • 1
  • 2
  • 9