Spacing does not appear on published page

  • Unknown's avatar

    I’ve been trying to separate two paragraphs on a static page (http://alnakhlah.org/staff/) but though the spacing appears in the editing window, it doesn’t on the website.
    This is especially weird because it worked fine on the rest of the page.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Edit the page, switch the editor to Text (=code), remove this from the beginning:
    <h2></h2>
    then remove all of these:
    <div>
    and all of these:
    </div>

    Still in the Text editor, enter paragraph breaks (blank lines) where they are missing then click Update.

    This probably happened because you copypasted the content or part of it from another source. Never copypaste into the Visual editor: it introduces wrong code that messes things up. When you need to paste, paste into the Text editor.

  • Unknown's avatar

    Thank you justpi! I’ll keep that in mind when I paste content from another source.

    On that static page, though, the sidebar appears at the end of the page rather than on the right. I’m not sure whether it’s a result of something I did or how to fix it

  • Unknown's avatar

    You’re welcome.
    Yes, it’s the result of something you did: you removed all the closing div tags but missed one opening div tag. Edit the page again and replace this with a blank line (after “Assistant Editors”):
    <div>

  • Unknown's avatar
  • The topic ‘Spacing does not appear on published page’ is closed to new replies.