Unordered list looks o.k. on Mac. On P.C. it is not there

Discussion in 'HTML & Website Design' started by monkeyperson, Aug 20, 2006.

  1. #1
    The code is below. If you would like to see the pages here is the url
    http://www.allin1server.com/your.html

    Thanks in advance for you help!


    <ul class="list">
    <li>In coordinating the event we will determine if more than one server is needed. </li>
    <br />
    <li>If you are not sure of what you may need I will help you so nothing is overlooked.</li>
    <br />
    <li>I arrive at your home about a hour before the party, and attend to final setup. Bare is organized. Specialty drink is made. Appetizer / Dinner displayed.</li>
    <br /><li>Guests arrive. If inclement weather I will assist with taking coats. I offer drinks and tend bar. As party proceeds I will take care of whatever was needed.</li>

    <br /><li> As guests depart, I will clear / clean bufet, dispose of trash and wash glasses by hand if needed.</li>

    </ul>
     
    monkeyperson, Aug 20, 2006 IP
  2. danielbruzual

    danielbruzual Active Member

    Messages:
    906
    Likes Received:
    57
    Best Answers:
    0
    Trophy Points:
    70
    #2
    remove the <br /> tags and instead assign a padding/margin to the list items.
     
    danielbruzual, Aug 20, 2006 IP
  3. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #3
    I have to spread some love before I can rep++ you again.

    mp: To expand on Dan's advice, <br /> may not be a child of <ul>. A trip to the validator would have caught that for you.

    cheers,

    gary
     
    kk5st, Aug 20, 2006 IP