Hyphenation not working due to HTML entities
Posted: Sun Aug 16, 2020 5:14 pm
Hello!
My website is in lang=de and UTF-8 and in my CSS I have
to enable fully justified text with hyphenation.
The thing is, with all the HTML entities (ä etc.) that CMSms puts out it does not work.
Is there a way to disable HTML entities for German Umlauts?
Regards,
Christian
My website is in lang=de and UTF-8 and in my CSS I have
Code: Select all
p {
text-align: justify;
hyphens: auto;
}
The thing is, with all the HTML entities (ä etc.) that CMSms puts out it does not work.
Is there a way to disable HTML entities for German Umlauts?
Regards,
Christian