✔ 最佳答案
<script language="Javascript">
// change here to the height of the box, px means pixels
var subscriptionboxheight = "220px";
// do not edit below here
var th = document.getElementsByTagName("th");
for (var p = 0; p < th.length; p++) {
if(th[p].innerHTML.toLowerCase().indexOf('subscriptions</span>') !== -1) {
var subtext = th[p].parentElement.parentElement.getElementsByTagName("tr")[1].getElementsByTagName("td")[0];
subtext.innerHTML = "<div style=\"height: " + subscriptionboxheight + "; overflow: auto \">" + subtext.innerHTML + "</div>";
}
}
</script>
將上面的script放係look and feel 的website status
紅色字可以更改... 係可以改subsription個box既高度...