CSS LINE-BREAK
The Japanese language has especially strict rules regarding the conditions and characters after which a line may be broken. This property controls whether or not this strict line-breaking behavior is used.
Example
div {
line-break: strict
}
Long bit of Japanese
content that wraps
content that wraps
Possible Values
normal: Normal line-breaking rules are applied to Japanese content.
strict: Strict line-breaking rules are enforced for Japanese content.
7 Responses
Hye,
I have some problem related to css. one line is fine with firefox
but in ie6 it collapse with upper line
tell me any solution
thx
hi,
is there any way not to apply any line-breaking rule?
i have some problem related to this : because td expands automatically even if the selector is applied word-breaking properties like as follows;
word-break:break-all;
word-wrap: break-word;
did you try using “table-layout: fixed” to constrain the td width?
[…] http://www.css3.com/css-line-break/ This entry was posted in Allgemein by chris. Bookmark the permalink. […]
Thnx man..
except that senrivg a PHP page is much more expensive in terms of memory and CPU cycles, also i can’t seriously imagine where you would need generated CSS; i’m sure the output of your elaborate loops could be cached and served without having to invoke PHP every time
Hello man! I can’t use CSS: line-break: strict <– Seem my CSS haven't "line-break".
+ You can gime know, How to break line with "input field" ?. Thank you for suggestion!