<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;}}"
以上代碼用于加入圖片,這樣頁面就不會出現(xiàn)被撐開的現(xiàn)象.
編輯發(fā)布時,轉換代碼編輯模式,加入到結束符: <img src="*" border="0" /> 里面
以下是防止英文撐破表格 代碼 家在table 里面
<table width=200 style="table-layout:fixed;word-wrap:break-word;word-break:break-all">