Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS ul’s li side by side Re: ul’s li side by side

#110960
pmac627
Participant

Paulie_D is right. That will put all of your elements horizontally in a row. To hide the bullets that accompany any list, use the following.

list-style-type: none;

I only throw that in because I don’t really see a need to keep bullet points unless you were trying to make multiple columns of bullets.