How can I center the lnks on a horizontal menu

Discussion in 'CSS' started by mnymkr, May 22, 2009.

  1. #1
    mnymkr, May 22, 2009 IP
  2. kandyan

    kandyan Peon

    Messages:
    319
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    write a css attribute to horizontal menu as text-align:center or pure html <center>
     
    kandyan, May 22, 2009 IP
  3. mnymkr

    mnymkr Well-Known Member

    Messages:
    2,328
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    120
    #3
    yes i figure that much out but i would like for them to auto space across the division
     
    mnymkr, May 22, 2009 IP
  4. wd_2k6

    wd_2k6 Peon

    Messages:
    1,740
    Likes Received:
    54
    Best Answers:
    0
    Trophy Points:
    0
    #4
    margin: 0 auto; will center any element e.g a ul if it's got a fixed width
     
    wd_2k6, May 23, 2009 IP
  5. PlumGreekMob

    PlumGreekMob Member

    Messages:
    382
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    35
    #5
    <center> link details </center> will work for this
     
    PlumGreekMob, May 23, 2009 IP
  6. along1

    along1 Peon

    Messages:
    32
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    you can use the <div align="center"> meniu or something else </div> if it doesn't work you have to fix the web width.
     
    along1, May 24, 2009 IP