The server is temporarily unable to service your request due to the site owner reaching his/her bandwidth limit. Please try again later.
<script type="text/Javascript">function expandcollapse (postid) {whichpost = document.getElementById(postid); if (whichpost.className=="postshown") {whichpost.className="posthidden"; } else {whichpost.className="postshown"; }}</script>在CSS中放這個:
.posthidden {display:none}使用範例:
.postshown {display:inline}
<a href="javascript:expandcollapse('About')">About</a>
<span class="posthidden" id="About"><p><$BlogDescription$></p>