About the cause and resolution of text overflow in div tag after setting width in Web site development

Source: Internet
Author: User
Tags word wrap

I. Causes of problems

When we declare the width of the div tag, but the text will still appear out of bounds, we do not know if you have found that only the text content is a word or a pure number

When this happens, I have specifically tested two scenarios, and the results are as follows:

① When the text content is pure numbers or letters:

② when text content is kanji:

So we can draw a conclusion: when the browser parses our page, it treats this string of numbers as a word, so that it does not automatically cut off the string and wraps it.

Two. Workaround

①word-wrap:break-word (for example, div width 200px, its content will go to 200px Wrap)

②word-break:break-all (compared to the method above, the advantage of this method is that if there is a complete word in the critical section of the width range, it retains a complete word wrap)

Now let's test it.

So we can see the letters automatically line up!!!

About the cause and resolution of text overflow in div tag after setting width in Web site development

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.