How content in table cells is forced to wrap

Source: Internet
Author: User

How the contents of table cells are forced to wrap:
Sometimes the contents of a table cell do not wrap, so this will seriously affect the user experience, the following is a brief introduction to how to implement the contents of the cell line wrapping.
The code example is as follows:

<!DOCTYPE HTML><HTML><Head><MetaCharSet= "Utf-8"><Metaname= "Author"content= "http://www.51texiao.cn/" /><title>Ant Tribe</title><Body><Tablestyle= "Table-layout:fixed"Border= "1"width= "$">  <tbody>    <TR>      <TDstyle= "Word-wrap:break-word"width= "Max">Aaaaaaaaaaaaaaaaaaaaaaaaaaa</TD>      <TD>AAAAA</TD>    </TR>    <TR>      <TDstyle= "Word-wrap:break-word"width= "Max">bbbbbbbbbbbbbbbbbbbbbbbbbbb</TD>      <TD>bbbbb</TD>    </TR>  </tbody></Table></Body></HTML>

The original address is: http://www.51texiao.cn/HTML5jiaocheng/2015/0521/2131.html

How content in table cells is forced to wrap

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.