• When writing to pages or adding articles the website seems to ignore the <p> tag when in HTML as well as pressing the enter key.

    As a result the text is all crumped up.

Viewing 5 replies - 1 through 5 (of 5 total)
  • I’ve noticed that too…whenever that happens to me I’ll just copy/paste the text into notepad, format it, then copy/paste back to wordpress…

    That works for me, even though I’m sure there’s a much simpler solution.

    That’s always been an issue with WordPress. It has something to do with the choice of WYSIWYG and the text format filters.

    Before WordPress resolves that, the only other work around I found is manually inserting the < br /> tag to force a line break.

    [Signature moderated. Please read the forum rules!]

    I found if you switch to the regular view, not html view and use enter, then type and tab back to hmtl you’ll have the space there you wanted in place of the <p> . It’s not clean, but it works.

    I believe there are some plugins to prevent WordPress from “correcting” your HTML. You might take a look through the Extend page on this site to see if anything works for you.

    This is how the
    tag should look like:

    <br clear=”none” />

    it works!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WordPress ignores <p> tag and enter button’ is closed to new replies.