-1

No matter how many spaces I enter in Pages between paragraphs, they do not show on the actual website after I hit update. Why is that? thanks

Sanjeev kumar
  • 65
  • 2
  • 7

1 Answers1

0

Wordpress remove the line breaks by default.

If you need yo add more line breaks you can either disallow Wordpress to do it in the options.

You can either add <br /> where you need to add line breaks in the HTML editor. You need to add as much as line break you need. One <br /> is one line break.

Or use a plugin which stop the line breaks removing like Tiny MCE Advanced available here: https://wordpress.org/plugins/tinymce-advanced/

Then you will have to activate the option stop removing <p> and <br> in the plugin settings.

Shiho
  • 116
  • 1
  • 7