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
Asked
Active
Viewed 1,063 times
-1
-
What do you mean by spaces? Line breaks or just spaces? – Shiho Apr 15 '16 at 07:37
1 Answers
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
-
Hi @Shipo I don't want to use tags ,How to do in Wordpress ? Thanks for replying me Please help – Sanjeev kumar Apr 15 '16 at 08:01
-
1Still not working ,I installed tinymce-advanced and also enabled stop removing , tags – Sanjeev kumar Apr 18 '16 at 04:08