• How do I add a horizontal line in my sidebar under text I inserted.

    I want to add a horizontal line like the one that appears under the date in the posts.

    I’ve been searching the forum for an answer, but am not quite sure what to search under.

Viewing 4 replies - 1 through 4 (of 4 total)
  • the code is : <hr>
    just place it wherever you want in the Sidebar and it should work.

    If you are wanting to add a line under your sidebar titles, just add a border reference to your titles in the css

    ie:

    .sidebartitle{
    border-bottom: 1px solid #000;)

    Thread Starter synergy10

    (@synergy10)

    I have some text above the sidebar titles and I wanted to add a horizontal line under the text.

    I tried <hr> but I don’t think that is valid coding.

    try <hr />. I think that validates.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Adding a Horizontal line’ is closed to new replies.