• My comments are seperated into boxes that alternate colors with each new comment. I’m wondering how I can get a line break between the different comments.
    so I want spaces to seperate the comments. How do I do that?

Viewing 7 replies - 1 through 7 (of 7 total)
  • ol li {
    margin-bottom:15px;
    }
    perhaps with a .divname in front of the ‘ol li’ to distinguish this ‘ol’ from others.

    Thread Starter blondlette

    (@blondlette)

    Hmm..that worked, but it only seperated some of the comments..

    I have some trouble reading your site. The comments or black text over a black photograph? I don’t see that the background has any color?

    Also the inlineframes work OK in Firefox/Mozilla but are displayed on the screen. I expect that can be corrected by using a few modifications to your css.

    Thread Starter blondlette

    (@blondlette)

    I dont have firefox, so I use IE and it works and looks fine for that one. also, I was fiddling with things, so you might need to refresh to see it the right way?

    Ah yes, I can see the colors now 🙂
    Try to adjust some things to the as well if necessary, so something like this:
    #comments ol {
    margin:15px 0;
    }
    #comments ol li {
    margin-bottom:15px;
    padding:8px 0;
    }
    #comments ol li p {
    padding:8px 0;
    }

    Thread Starter blondlette

    (@blondlette)

    ah ha! something worked…but I’m not sure what. lol Thanks for all your help!! <3

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Line breaks between comments’ is closed to new replies.