Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Making numerous `hr` on a page

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #46541
    Voldis
    Participant

    I had another question regarding a horizontal line. I would like a dotted horizontal line to appear at the bottom of my pages(above the contact us, about us and follow us) like the one that is located below my navigation bar. What would be the best way to achieve this??

    Right now I just have:

    hr{border:dotted #d3cacf;border-width:1px;}

    http://twintigerusa.com/products.html

    #143743
    Paulie_D
    Member

    I would apply a class to that `


    ` like `


    `

    And then apply those properties to the class rather with `hr.dotted` than **every** hr.

    #143746
    Voldis
    Participant

    Ok thanks. When placing the line on page should I use the top and bottom, width or height?

    #143747
    Paulie_D
    Member

    It’s up to you…try each one and see how they look.

    #143748
    Voldis
    Participant

    ok i thought one might be better then the other. thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.