Forums

[resolved] Paragraph breaks disappear in FireFox (6 posts)

  1. twigrat
    Member
    Posted 3 years ago #

    When I write a post all of the paragraph breaks disappear in Firefox. I have checked the posts in IE7 and IE6 and it looks great. has anyone ever seen this problem?

    I have tried adding
    </br> where I want the breaks too be and that seems to help Firefox but then screws up IE.

    Here is a link to one of my posts.

    http://twelvefingers.com/2009/a-field-guide-to-midwest-monsters/

    any help would be great.

  2. kristopher.ives
    Member
    Posted 3 years ago #

    The P tags are there but the paragraph breaks for FireFox aren't. This is likely because of the CSS in your theme.

  3. twigrat
    Member
    Posted 3 years ago #

    I was wondering if it might be my CSS. Any suggestions regarding where I should look for the code in my CSS or what I should be looking for?

    Thanks for responding.

  4. kristopher.ives
    Member
    Posted 3 years ago #

    Well, I was going to be a jerk and tell you to do it, but with FireBug this was very easy. You really should install FireBug. All I had to do was hover over the P link to get a full list of it's CSS properties!

    The problem is with this CSS rule:

    * {
    margin-top: 0;
    }

    When I click the disable/enable icon in FireBug it fixed the problem when I disabled that rule. Here is a screenshot: http://s5.tinypic.com/15zldte.jpg

    Just remember to turn FireBug off when not debugging as it slows down JavaScript.

  5. twigrat
    Member
    Posted 3 years ago #

    kristopher.ives

    YOU ARE THE MAN!!!

    Thank you so much!

  6. marklaroi
    Member
    Posted 3 years ago #

    please disregard, I didn't notice that big huge RESOLVED up there! :) I'll start a new thread.

Topic Closed

This topic has been closed to new replies.

About this Topic