zoukankan      html  css  js  c++  java
  • something about table

    <table width="600px" border="1px" cellpadding='0' cellSpacing="0" bordercolor="red" style="table-layout:fixed;word-

    break:break-all">
    <tr>
    <td width="100px">sfsa11111111111111111111111111111111111111111</td>
    <td width="100px">fa</td>
    <td width="400px">fasdfas</td>
    </tr>
    </table>
    <p></p>
    <table width="600px" border="1px" cellpadding='0' cellSpacing="0" bordercolor="red" style="table-layout:fixed;word-

    break:normal">
    <tr>
    <td width="100px">sfsa111111看了了了聊聊 聊聊了聊聊了1111111聊聊1111111111了聊聊11111111聊聊1111111111聊</td>
    <td width="100px">fa</td>
    <td width="400px">fasdfas</td>
    </tr>
    </table>
    <p></p>
    <table width="600px" border="1px" cellpadding='0' cellSpacing="0" bordercolor="red" style="table-layout:fixed;word-

    break:keep-all">
    <tr>
    <td width="100px">sfsa1111111111看了了了聊聊 聊聊了聊聊了1111111111111111111111111111111</td>
    <td width="100px">fa</td>
    <td width="400px">fasdfas</td>
    </tr>
    </table>
    <p></p>

    <table width="600px" border="1px" cellpadding='0' cellSpacing="0" bordercolor="red" style="table-layout:fixed;word-

    wrap:break-word">
    <tr>
    <td width="100px">sfsa111看了了了聊聊 聊聊了聊聊了11111111111111111111111111111111111111</td>
    <td width="100px">fa</td>
    <td width="400px">fasdfas</td>
    </tr>
    </table>
    <p></p>
    <table width="600px" border="1px" cellpadding='0' cellSpacing="0" bordercolor="red" style="table-layout:fixed;word-

    wrap:normal">
    <tr>
    <td width="100px">一位老Lola了了聊聊了聊聊了</td>
    <td width="100px">fa</td>
    <td width="400px">fasdfas</td>
    </tr>
    </table>
    <p></p>

    table-layout:fixed,控制行宽不变
    word-break:控制可以换行
    word-wrap:break-word控制换行

  • 相关阅读:
    孩孩,你妈正在生你。。。。。。。。
    想写点关于fpga以及软核nios2的入门文章
    源代码阅读工具SourceNavigator 在ubuntu 9.04下的安装与问题解决
    真理与知识
    需要思考的十对矛盾
    【Git】将已被推送到远程仓库的文件or文件夹,从远端删除
    明天是个大日子
    C# 编码规范
    Linux 登录 Mysql 数据库
    Linux Ubuntu 16.04 安装 .Net Core
  • 原文地址:https://www.cnblogs.com/applesuch5/p/1376518.html
Copyright © 2011-2022 走看看