Php converts the br line breaks in html to line breaks in text input. PHP has a very good function: nl2br (), which converts the line break in the text box to the br on the HTML page. but how can we convert the br line break in html to the line
Meet the problemI wrote a few lines as follows, but the table is not displayed by the line, the line break becomes a space, so I want to convert the nextThinking questions1, can see the contents of the table is the back end of the data, so you want
This article mainly introduces HTML table labels and related line breaks. It provides a solution to force line breaks and force line breaks. For more information, see
What is table:The table's Html table is also the carrier of data.
The following is
At the beginning of the concept is only a little vague, not too concerned about, the results of a search only found that this thing is too interesting, not only has an interesting story, but also has a lot of doorways, but also brought up some of
In the development of the myeclipse always encounter a problem, such as I write JS code, will often find code a long, using formatting tool format, the long code will be wrapped display, the results will be found, often will appear code line display,
Add the following in the page_load event:CodeYou can:
Label1.style. Add ("word-break", "Break-all ");
Or add the style attribute in label1:
For example, if there are three pages and only one record exists on the 3rd page, an error may occur
What are these two things, I believe there are still a lot of people confused, will only be rote writing a word-wrap:break-word;word-break:break-all, such things to force the segmentation, or because these two things are too awkward, The same length,
In the HTML to write the page, in order to make the content of the Web page looks neat and smooth, we need to wrap the text content, then, HTML How to change the line? This article will introduce you to the HTML text wrapping method.
There are many
Summary of alternative line break methods in PHP
PHP replaces the line break method summary, PHP has three ways to solve.1. Use Str_replace to replace line breaks
$str =str_replace (Array ("\ r \ n", "\ r", "\ n"), "", $str);
2. Use regular
CSS Chinese-English line wrapping1 Word-break:break-all; only works on English, with letters as the basis for line change 2 Word-wrap:break-word; only works on English, with words as the basis for line change 3 White-space:pre-wrap; only works on
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.