Viewing 2 replies - 1 through 2 (of 2 total)
  • We meet again, I see.

    You’ve got two choices. First, you could just style the lines you’ve already got, like so (using a hideous color so it will be obvious what’s going on):

    hr{height:1em;border:none;background:#f00;}

    Fiddle with the height to make it the size you want. And definitely change that hideous color I used.

    SECOND, you could try something like this (again, with hideous colors):

    .post{margin-bottom:3em;background:#00f;}
    #content{background:#f00;}

    With this option, you’d probably want to delete the <hr /> tags.

    The #content background is what will show up between posts. The .post’s margin-bottom determines how much you’ll see.

    A further question on this topic:

    How do you divide posts with an image instead of a line?

    (for example, a hand-drawn line).

    Also, do you know how to you make each line vary according to the day of the week?

    (for example each line says, ‘monday’, or ‘tuesday’ on it etc).

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Gap between posts’ is closed to new replies.