Wolf RPG
Putting an enter space in the editor but it doesn’t carry through? - Printable Version

+- Wolf RPG (https://wolf-rpg.com)
+-- Forum: Out of Character: Community (https://wolf-rpg.com/forumdisplay.php?fid=1)
+--- Forum: Help Desk (https://wolf-rpg.com/forumdisplay.php?fid=2)
+--- Thread: Putting an enter space in the editor but it doesn’t carry through? (/showthread.php?tid=51849)



Putting an enter space in the editor but it doesn’t carry through? - Alduin - July 09, 2022

So I’m working on my pack page thing and when I edit it and press enter, there’s clearly a space there. Yet when I preview it or update the post the enter space disappears and it connects two paragraphs? 
It’s done this with other posts of mine as well and I’ve never been able to figure it out. :’)


RE: Putting an enter space in the editor but it doesn’t carry through? - Aventus - July 10, 2022

I can't say I've ever encountered this problem, so I'm not sure of an exact fix, but here's a couple things to try.

Click Account in the navbar, select User CP, click Your Profile, and choose Edit Options. Near the bottom is an option that says "Put the editor in source mode by default". See if that box is checked off or not. If not, click it so a checkmark appears and save, then try editing your post again.

If that doesn't work, you can try entering the following at the end of the paragraph, right before your linebreak:
Code:
[br]

This is the MyCode for a coded linebreak and may force the linebreak despite it refusing to insert it otherwise. If adding just one br code doesn't work, try adding a second one right beside the first one.

If neither of these helps, you may need to take some screenshots and make a Bug Report for it!



RE: Putting an enter space in the editor but it doesn’t carry through? - Alduin - July 10, 2022

(July 10, 2022, 06:06 PM)Aventus Wrote: I can't say I've ever encountered this problem, so I'm not sure of an exact fix, but here's a couple things to try.

Click Account in the navbar, select User CP, click Your Profile, and choose Edit Options. Near the bottom is an option that says "Put the editor in source mode by default". See if that box is checked off or not. If not, click it so a checkmark appears and save, then try editing your post again.

If that doesn't work, you can try entering the following at the end of the paragraph, right before your linebreak:
Code:
[br]

This is the MyCode for a coded linebreak and may force the linebreak despite it refusing to insert it otherwise. If adding just one br code doesn't work, try adding a second one right beside the first one.

If neither of these helps, you may need to take some screenshots and make a Bug Report for it!

Thank you so much! I’ll def try these out!