How to center 2 lines of text inside a Div ?

Discussion in 'CSS' started by www.techdo.com, Mar 11, 2009.

  1. #1
    how to center in the perfect middle of a div 2 lines of text ?


    thank you
    Dario




    .
     
    www.techdo.com, Mar 11, 2009 IP
  2. gina.alessia

    gina.alessia Well-Known Member

    Messages:
    449
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    110
    #2
    try using paragraphs <p align="center">your text</p>
     
    gina.alessia, Mar 11, 2009 IP
  3. www.techdo.com

    www.techdo.com Well-Known Member

    Messages:
    526
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    110
    #3
    i mean using css not html
    thanks

    dario



    .
     
    www.techdo.com, Mar 11, 2009 IP
  4. qazu

    qazu Well-Known Member

    Messages:
    1,834
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    165
    #4
    try .center { text-align: center; } in your .css file and <div class="center">your first lines of text<br />your second line of text</div> in your htmal page
     
    qazu, Mar 11, 2009 IP