As anyone experienced a problem w/ line breaks in WP

6 replies
Hi - has anyone else experienced a problem with Word Press where it ignores line breaks?

I am running into this issue on one of my sites and can't determine why.

The site I am seeing this on is Real Estate Success Link

Thanks in advance for any tips

P.S. I don't have any editing plugins installed
#breaks #experienced #line #problem #w or
  • Profile picture of the author Gail Sober
    Try pasting it in html mode instead wysiwyg, then flip to wysiwyg to add links or whatever.
    {{ DiscussionBoard.errors[303416].message }}
  • Profile picture of the author koolphoto
    check the style sheet and the css code. You could have a conflict with your html.
    Signature

    My name is Ken Katz and I am a Web Designer and Photographer. My motto: "If you really want to do something, you'll find a way. If you don't, you'll find an excuse." -Jim Rohn

    Celebrity Portrait Photgapher - My Photography Portfolio.

    {{ DiscussionBoard.errors[303678].message }}
  • I checked your css, you have a few places where youre setting margin:0 and padding:0 on your <p> tags

    Which is actually good practice, but wordpress uses p tags for line breaks.

    So find all the places you're zeroing margins and padding on your p tags and you'll be fine! The p tags are all properly inserted on your blog front page, you're just not rendering the margins
    {{ DiscussionBoard.errors[303696].message }}
  • Profile picture of the author SteveJohnson
    Get and use Firefox, install Firebug.

    Look at your source code, you'll find that <p> tags have no styling at all.

    This is an issue with your theme, not with WordPress.

    If all you want is some separation between paragraphs, enter this into your stylesheet:

    .entry p {margin-bottom: 5px;}

    Save and check your site; increase/decrease the 5 according to taste.
    Signature

    The 2nd Amendment, 1789 - The Original Homeland Security.

    Gun control means never having to say, "I missed you."

    {{ DiscussionBoard.errors[303735].message }}
  • Profile picture of the author Jared Alberghini
    Hold the shift key down when hitting the enter key in your WP posts... this will fix it...

    - Jared
    Signature

    P.S.

    Join The Future: Telekinetic Marketing

    {{ DiscussionBoard.errors[303736].message }}
  • Profile picture of the author sblackburn
    Thanks everyone for the suggestions -- I will give them a try in the morning.
    Signature

    Do you Need WordPress Themes for your Offline Clients?? http://www.themes.sourceonetech.com

    {{ DiscussionBoard.errors[304278].message }}

Trending Topics