Seems like a lot of users are putting many returns in their posts. It makes the posts longer and makes reading tougher. I edit a few of the bad ones, but it’s not exactly how I like spending my free time LOL.
Let me show you what I mean.
This.
See what I mean?
So I suggest for a new paragraph just do one return.
On the save method you could try something like this …
preg_replace( “/\r\r\r/”, “”, $yourString );
I don’t code PHP so I’m not sure if this code will work (may need a tweak) but you can see what it’s doing. Looking for mulitple instances of carriage returns and line breaks and replacing them w/ blanks.
Ironically, 96, your response seems to have a ton of white space, as does every post here that has multiple paragraphs (though yours seems to have some double hard returns). I think the size of a single return on this board is really the problem however. Can’t that be programmed to take up less vertical space?
I am noticing in the post editor, when I do a single return that it looks like there is no additional line spacing between the paragraphs. That might be why folks are hitting two returns quite often.
While we’re on that topic, another related tweak that I think might improve the appearance is decreasing the dead space at the end of each post (i.e., between the text and the options such as “Less Cancel Hide Replies Open”).
Thanks for the great forum you have created and your continual effort to make it better.
That works if I am not wanting to read each post’s content, but I prefer to scroll down with the “expand all” clicked, so I can read all the content. What I am suggesting is reducing the gap at the end of each post, similar to the gap that appears when a hard space appears. It’s not a big deal, I don’t want it to sound critical, just a suggestion for improving the flow of content.