How do I seperate posts in Wordpress?

Discussion in 'WordPress' started by 5thround, Oct 12, 2007.

  1. #1
    5thround, Oct 12, 2007 IP
  2. arwen54

    arwen54 Active Member

    Messages:
    632
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    60
    #2
    here's what you need to do...
    edit your stylesheet here:
    #post {
    padding-left:5px;
    padding-right:5px;
    margin-top:1px;
    margin-bottom:1px;
    border: 1px solid #cccccc;
    }
    Code (markup):
     
    arwen54, Oct 12, 2007 IP
  3. 5thround

    5thround Active Member

    Messages:
    126
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #3
    just tried that, still having the same issue... maybe the color should change?
     
    5thround, Oct 12, 2007 IP
  4. 5thround

    5thround Active Member

    Messages:
    126
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #4
    I can't get a </div> at the end of each post, that's why it's not seperating. I've been looking at the code for 2 days, I have no idea how to get that end </div> after each post.
     
    5thround, Oct 12, 2007 IP
  5. arwen54

    arwen54 Active Member

    Messages:
    632
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    60
    #5
    it looks like you got it fixed?
     
    arwen54, Oct 12, 2007 IP
  6. 5thround

    5thround Active Member

    Messages:
    126
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #6
    LOL yea, thanks I got it but I ran into another problem... If you notice the date has dissapeared from every post except for the first post. Any idea how that happens?
     
    5thround, Oct 12, 2007 IP
  7. BlogSalesman

    BlogSalesman Well-Known Member

    Messages:
    1,687
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    100
    #7
    Wordpress does not like <div> in posts. You just can't do it.
     
    BlogSalesman, Oct 12, 2007 IP