• This is really annoying me – when I write posts and hit enter, I expect the WYSWIG editor to realise I’m expecting it to publish a line break in the same way it shows one in the editor screen.

    The problem is that it isn’t automatically putting p tags in automatically.

    Is there not some way this can do itself automatically without me having to go into the HTML screen and put tags in myself??

Viewing 3 replies - 1 through 3 (of 3 total)
  • A link to a publish page (or post) that demonstrates the lack of <p></p> tags would help.

    Thread Starter webnik

    (@noisedude)

    Here’s one. It seems to spot that I’ve put in a carriage return, but no number of ‘enters’ in the editor window will make it automatically make a new paragraph/line break.

    http://mrkeefe.co.uk/year-11-p2/electricity/electrical-circuits/

    WordPress has actually inserted three paragraph tags in that post. It’s your theme that’s the problem. It’s removed the upper and lower paragraph margins. Try editing style.css and changing:

    div, ul, ol, li, p, img {
    margin:0;
    padding:0;
    }
    
    to:

    div, ul, ol, li,img {
    margin:0;
    padding:0;
    }`

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Paragraphs not paragraphing’ is closed to new replies.