• Resolved ramonb

    (@ramonb)


    I have problems entering line breaks, especially after ordered lists. I have had to add CSS code manually to adjust the margins via “margin:top” on some pgs, but it’s annoying to have to do it every time. And I often get frustrated and leave it as is. For an example, see:

    https://www.kenacubed.com/2010/05/12/trust/

    Look at the middle of the page after #5 of the ordered list.

    I’ve tried entering XHTML manually but WP automatically either deletes it or ignores it. I’ve tried pressing return once, and multiple times. Nothing works, aside from manually entering CSS code into the html. I go to the paragraph and type, <p style=”margin-top: 5px”> and then it works. But as I said, it gets annoying if I have to do this after every img and every ordered list. Is there a hack or something else I can do?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Why not set a bottom margin on lists and images?

    .entry ul, .entry img {
        margin-bottom: 2em;
    }
    Thread Starter ramonb

    (@ramonb)

    ok, thx, I’ll try that. But first, I have a bigger problem, which I’ll put on another section of the forum…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I enter line breaks?’ is closed to new replies.