Unbreakable space in page layout
It's obvious, but I never realized that the main purpose of the unbreakable space
is to avoid split of consecutive words. Just like my family name. So this De Keyzer
will avoid splitting the De
on a line and Keyzer
on the next one.
It's also possible to generate a UTF8 unbreakable character (you don't have to handle a HTML entity). On OS X Option
+Space
and on Windows Alt-Gr
+0
1
6
0
or Alt-Gr
+2
5
5
(but it's not always working).
For instance, it may be usefull to avoid a lost I
at the end of lignes like this: I want
.
Last posts
- Draw.io on a website
- Deploy elasticms on AWS
- Intégrer BOSA Accessibility Check dans un site web [Content in French]
- PHP - Convert Human Readable Size to Bytes
- Composer: How to use a specific branch acting like a specific revision in composer dependencies
- Stream a CSV from a JSON array
- Comment utiliser les commandes "locales" du skeleton [Content in French]
- How to extract data from a JsonMenuNestedEditorField
- Backup on AWS glacier
- Refer to environment variables in twig