• Hulk

    (@hulk)


    WordPress keeps re-writing my code!!! Arrgghhh! It’s acting like FrontPage, circa 1999!!!

    Here’s the deal:

    I posted a page full of customer testimonials. It looked fine.

    I went into the code and added <hr noshade="noshade" size="1" /> between each testimonial.

    WordPress keeps eliminating all the returns and making the text one solid block.

    I can’t see any of the <p> , </p> or
    tags anyway — the code editor sucks!

    Anyone have any suggestions?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try this in your CSS
    p {
    margin: 1.2em 0 0 0px;
    padding: 0;
    font-size: 1em;
    line-height: 1.5em;
    }

    Thread Starter Hulk

    (@hulk)

    The problem seemed to be the <hr> tags. Once I gave up on them, the problem was no longer.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘paragraph returns keep disappearing!’ is closed to new replies.