MyBB Ideas
The MyBB Ideas site allows users to suggest new features and changes in MyBB and the MyBB Group to easily review them to decide what direction MyBB should head in. Search existing ideas.
Preserve whitespace in posts!
|
Voting Closed
1 vote
|
I tend to use the forum to write articles, stories, and tutorials. The problem is that I cannot format aside from line returns, as spaces and tabs get trimmed as whitespace. Can we please enable automatic escaping of double, or greater, spacing to non-breaking spaces? And could we please have the same for tabs, turning one into 5 spaces? Of course, it is better as an option. For the record, the "white-space: pre;" css option breaks layouts so that isn't a potential fix to this. |
1 Comment
-
Ryan Gordon, 9th March 2007, 6:12:54 AM
Double space preservation is already available in 1.2 through 1.2.3. It's been removed from any further versions because of bugs caused by it (malformed utf characters). Double spaces and tabs are already preserved in the code and php tags.