Hypernation
Autore: Per L.
Visite 601,
Followers 1,
Condiviso 0
Hey all!
I wonder how to get hyphenation, either automatically but also give the option to specify where in a word you can hyphenate.
Also, I'd like a decimal tab mode:
125,- Price 1
1,500,- Price 2
10,- Price 3
Thanks in advance
-Per
Postato il
Hyphenation in HTML
­ = Soft hyphen
Example:
bath­room
bathroom (If there is enough space)
bath-
room (If there is not enough space)
For the text object, the HTML symbol must have a blue border.
-----
-----
As far as I know, WebSiteX5 doesn't have a function to align numbers with decimal points.
You'll probably have to try to approximate alignment with spaces.
Addendum:
The word separation using CSS code didn't work in my test, maybe the experts have tips on this.
It can also be used in other objects or input fields, e.g. in the title object or portfolio objekt.
Example:
Energie- und Verkehrs­wende
Energie- und Verkehrs-
wende
-----
-----