Differences between word-break work-wrap and wordwrapwordbreak
Word-break: [word breaking]
Definition: Define the handling method of automatic line feed. Note: Use word-break to enable the browser to wrap lines at any position.
Syntax: word-break:
Word-break: "Word breaker"Definition: A method for handling automatic line wrapping. Note: By using Word-break, you can enable the browser to wrap anywhere.syntax: word-break:normal|break-all|keep-all;
Default value
Normal
Automatic line-wrapping problem, the normal character of the line is more reasonable, and continuous numbers and English characters will often be large containers, quite a headache, the following is a CSS how to implement the method of line-wrapping
1. Firefox style sheet definition does not support unlabeled cursor: hand. We use standard cursor: pointer
2. compatible with IE Firefox to solve text overflow problems (Word-wrap: Break-word; Word-break: Break-All)Click here to download the
Force No Line breakDiv { white-space:nowrap;}Wrap LineDiv { word-wrap: break-word; word-break: normal;}Force English words to breakDiv { word-break:break-all;}Word-wrap:The Word-wrap property of CSS is used to indicate whether a
function Chang (str, len) {function Lenstat (str) {function Ischinese (str) {///judgment Yes Not chinese var reCh =/[u00-uff]/; return!rech.test (str); } var strlen = 0; The initial definition length is 0 var
This article mainly introduces how long code z-blogSyntaxHighlighter cannot wrap (jquery ), if you need a highlight plug-in using SyntaxHighlighter syntax, you may have encountered a problem where the Code does not display line breaks. This problem
When there is too much code in your code, it is especially inconvenient to read the code, and you need to use a newline character "\". Be aware of two points when using line breaks:
The 1.c compiler is based on ";" To determine if it is a statement,
Next how to solve.
Open the Shcoredefault.css file, find the definition of the. Syntaxhighlighter textarea, and at the end, add a sentence: Word-break:break-all!important; OK, It means to have the code force line wrapping to appear.
Specific steps
Use Syntaxhighlighter syntax to highlight the plug-in friends may have encountered code to show the problem, this problem on the Internet can not find any solution, has been bothering me for a long time, today is to solve it, the method is actually
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.