• Can anyone help?
    I want to have bullet points on the same line, how do I do this, do I need to add html code?
    For my home page http://www.fitfasttrainers.co.uk, please have a look at what it looks like now and below is how I want it to look, but not squares.

     Weight Loss  Fat Loss  Muscle Building

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try googling “css list inline”.

    Thread Starter fitfasttrainers

    (@fitfasttrainers)

    No didn’t help, I found this code but it puts it all under on a new line, I want it all on the same line.

    <div id="navcontainer">
    
    <ul>
    <li><a href="#">Milk</a></li>
    <li><a href="#">Eggs</a></li>
    <li><a href="#">Cheese</a></li>
    <li><a href="#">Vegetables</a></li>
    <li><a href="#">Fruit</a></li>
    </ul>
    </div>

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    Which looks like this:

    -Milk
    -Eggs
    -Cheese
    -Vegetables
    -Fruit

    I want it to look like this:

    -Milk -Eggs -Cheese -Vegetables -Fruit

    [bump moderated]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding bullets on same line’ is closed to new replies.