• I’d like to place some sort of divider between different days entries, as opposed to between each individual entry.
    I’ve tried simply putting a <hr> in various places, focussing mainly around the date tag, but all I achieve is the <hr> appearing between every entry.
    Do I need to add a class or div to the css ?

Viewing 1 replies (of 1 total)
  • Thread Starter Mark (podz)

    (@podz)

    Figured it.
    Added
    border-top: 2px dashed #000;
    to the h2 declaration in the CSS.
    Not pretty, but it’ll do for now 🙂

Viewing 1 replies (of 1 total)
  • The topic ‘CSS help ?’ is closed to new replies.