Skip to content Skip to sidebar Skip to footer

PHP: Li Not Displaying Inline Despite Display:inline

I am displaying a list of movies from a database- they are supposed to be displaying inline, but they are displaying vertically instead. Here is a test page. I have added display:i

Solution 1:

You have each LI wrapped it its own UL and DIV. I'm only guessing, but you may be able to fix it with

.movienav {float: none;}

Post a Comment for "PHP: Li Not Displaying Inline Despite Display:inline"