<script language="JavaScript">
<!--
//改变图片大小
function resizepic(thispic)
{
if(thispic.width>700) thispic.width=700;
}
//无级缩放图片大小
function bbimg(o)
{
var zoom=parseInt(o.style.zoom, 10)||100;
zoom+=event.wheelDelta/12;
if (zoom>0) o.style.zoom=zoom+'%';
return false;
}
-->
</script>
onload="var image=new Image();image.src=this.src;if(image.width>0 && image.height>0){if(image.width>=520){this.width=520;this.height=image.height*520/image.width;}}"
以上代码用于加入图片,这样页面就不会出现被撑开的现象.
编辑发布时,转换代码编辑模式,加入到结束符: <img src="*" border="0" /> 里面
以下是防止英文撑破表格 代码 家在table 里面
<table width=200 style="table-layout:fixed;word-wrap:break-word;word-break:break-all">