• Is there a way to put a divider between each day’s postings? There is a topic that seems to address this (link), but there was no resolution of it. Is it really not possible with WP?

    Thx.

Viewing 1 replies (of 1 total)
  • Sure. You can use an image (divider graphic) or a horizontal rule or a border (solid, dotted or dashed).

    You control the style of the divider through the stylesheet

    Create a selector:

    .divider {
    }

    And style it to your heart’s content.

    Then add it to your template just below the trackback_rdf lines:

    <div class="divider">&nbsp;</div>

    HTH.

Viewing 1 replies (of 1 total)

The topic ‘Divider between each date’ is closed to new replies.