












img {
max-width: 450px;width:expression(this.width > 450 ? "450px":this.width);
/*如果图片大小超过450则自动按比例缩小到450*/
vertical-align:bottom;border:none;/*上半句是图片下沉,后面是无边框。常用*/
}
style="word-break:break-all;word-wrap:break-word;"
<div style="word-break:break-all;word-wrap:break-word;">内容</div>
说明css地址,在任何页面的头部找到
<link href="images/style.css" rel="stylesheet" type="text/css" />
第2个是为了防止英文过长导致撑破表格,因为 英文有不间断性。如果是连续的英文字母他不会换行的。
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。