Help:Line-break handling: Difference between revisions

Content deleted Content added
rmv some WP:SURPRISEME stuff ("use the simplest form", other stuff does not work). Also explain </br>
m Preventing and controlling word wraps: improve sentence flow to better match the semantic intention
Line 229:
 
== Preventing and controlling word wraps ==
{{Nutshell|title=This section|To prevent word wraps use <code>&amp;nbsp;</code> in place of each space,; and oruse <code>&amp;#8209;</code> in place of aeach hyphen. For more complex cases, see below.}}
 
There are several ways to prevent word wraps (line wraps) from occurring in unwanted places. This is an overview of when to use which method.