6 / 11
Property: hyphenation
Description:
Applies automatic hyphenation for various languages.
p {
hyphenation: german;
}
Be sure your server supports PHP. Include the plugin in this way:
< script type="text/javascript" src="morecss-plugin.php" >< /script >
Plugin:
phpHyphenator (download section)
Applies to:
All text elements.
Properties:
| Name: | Value: | Details: |
|---|---|---|
| hyphenation | language | For example “german” or “de”. |
| hyphenation-restrict | case normal | case large-words | case none | Sets a restriction for hyphenation: normal (normal word length), large-words (hyphenate only large words), none (hyphenate every syllable, no restriction). |
