Results 1 to 2 of 2

Thread: Aligning bullets vertically frustration

  1. #1
    Join Date
    Aug 2006
    Posts
    89
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Aligning bullets vertically frustration

    LOL this is gonna drive me insane

    but why is it bullets center?

    live
    http://yakkityyak.x24hr.com/

    How can i align them flush left?

  2. #2
    Join Date
    Apr 2009
    Location
    Cognac, France
    Posts
    400
    Thanks
    2
    Thanked 57 Times in 57 Posts

    Default

    The default action for <li> is align left. This is because center or right alignment will not keep the bullet points vertically aligned, they are affected by the size of the associated text.

    It can be affected by what is in your CSS file for this class, 'newposts'.

    It may be that you have padding, margin, etc that can affect the placement.

    If the <li> is inside a <div> you can normally move the position of the <li> by using an align statement inside the div.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •