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.
Hey Moondreamer21,
You can try something like this:
.element {
border: 1px dashed #CCBDB8;
}
Best regards,
Rikard
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?
Hi,
Styling and hr would look like this:
hr {
border-top:1px dotted #000;
/*Rest of stuff here*/
}
Best regards,
Jordan Shannon
And then when I add
<hr/>
Into the html of a page, it doesn’t show up?
Thank you, I got it to work now with CSS. I appreciate the help. We can close this thread. :)
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon