1、如题,字尾端对不齐
the excellent design and trading team together and provides comple
te supply chain service for product survey and development. The trading personnel local in China a
nd abroad, and have accumulated rich experience in the Home and our of door appliance. Team bu
2、发布新news后,无法再进行修改,修改框是空的。
2、发布新news后,无法再进行修改,修改框是空的。
修改方法
<textarea id="content" name="content" cols="100" rows="8" style="width:95%;height:300px;visibility:hidden;"><%=Server.HtmlEncode(rs("clkj_news_content"))%></textarea>
把以上代码替换后台的 nimda_news.asp下的
<textarea id="content" name="content" cols="100" rows="8" style="width:95%;height:300px;visibility:hidden;"><%=Server.HtmlEncode(rsx("clkj_news_content"))%></textarea>
英文断词请修改相关代码
1,找到样式文件trade.css
修改
.T_mid_nv_2{line-height:170%; word-wrap:break-word; overflow:hidden;padding-bottom:10px; padding-top:10px;}
把这个拷进去替换了就可以了。