Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #986079

    I’ve tried different combinations of inline code and css and cannot seem to be able to create a 1px dashed horizontal rule, would like it 90% width, in #CCBDB8 in color. Please help!

    Thanks.

    #986264

    Hey Moondreamer21,

    You can try something like this:

    .element {
      border: 1px dashed #CCBDB8;
    }

    Best regards,
    Rikard

    #986535

    Thanks Rikard, but that doesn’t seem to work either.

    Can you give me an example of what the code for the horizontal rule would look like? Maybe that’s part of the problem?

    #986561

    Hi,

    Styling and hr would look like this:

    hr {
        border-top:1px dotted #000;
        /*Rest of stuff here*/
    }

    Best regards,
    Jordan Shannon

    #986595

    And then when I add
    <hr/>
    Into the html of a page, it doesn’t show up?

    #986982

    Hi Moondreamer21,

    Where are you trying to add it? On which page?

    Have you tried using this element?
    Image 2018-07-18 at 15.15.46.png

    Best regards,
    Victoria

    #987171

    Thank you, I got it to work now with CSS. I appreciate the help. We can close this thread. :)

    #987184

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Custom Dashed Horizontal Rule?’ is closed to new replies.