修正我的模板中的CSS
Submitted by on 2006, September 2, 12:02 AM. 作品
修正 css 样式表 中 .content 部分
修正后的代码如下
.content {
clear: both;
display: block;
margin-right: auto;
margin-left: auto;
table-layout: fixed;
word-break: break-all;
woed-wrap: break-word;
}
作用 防止 文字把表格撑开