Forums

Paragraph not showing (2 posts)

  1. Charlot
    Member
    Posted 3 years ago #

    I updated to WP 2.7.1

    Since... all my "<p>text</p>" behave like "text<br />". Single line break.

    I have to write "<p>text</p><p>&amp;nbsp</p><p>text</p>" to get what I would normally get with "<p>text</p><p>text</p>".

    I haven't touch the css at all. Didn't change anything in the WP-content folder. I tried going back to the default Kubrik theme and I get the same problem.

    Can anyone explain why the update changed the way paragraph tag behave?

    Is there a fixe for this issue?

    Here is and example : http://thierrystcyr.org/?page_id=20
    * The "<p>text</p>" are the in the source, but not showing on the page

  2. esmi
    Theme Diva & Forum Moderator
    Posted 3 years ago #

    They are still on the page but the stylesheet from the wpng-calendar plugin has reset all margins on all HTML elements to 0! There's one plugin developer who needs a CSS-portability reality check!

    Edit style.css and try adding the following to the bottom of the file:

    #content p {margin:1.5em 0;}

Topic Closed

This topic has been closed to new replies.

About this Topic