Css automatic line feed and css line feed

Source: Internet
Author: User

Css automatic line feed and css line feed

 

Method 1: first fix the table width, that is, give the table a width value (numerical value, non-percentage)

 

 

Method 2: force line breaks

Div {// white-space: Do not wrap; normal default; nowrap forces all text to be displayed in the same row until the text ends or encounters the br object white-space: nowrap ;}

 

 

Method 3: automatic line feed

Div {word-wrap: break-word; // word-break is set to force line breaks. normal text rules for Asian and non-Asian languages allow word-break wrapping within words: normal ;}

 

 

Method 4: force an English word to break a line

Div {word-break: break-all ;}

Note:

Define the following sentence in CSS to prevent the webpage from being "opened:

 

 

 

Table {table-layout: fixed;} td (word-break: break-all; word-wrap: break-word ;)

 

 

Prevent the table/layer from being "opened", and ensure that a single English word is not separated during the branch:

Table {table-layout: fixed; word-wrap: break-word ;}

Div {word-wrap: break-word ;}

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.