<head>
<script type="text/javascript">
<!--
function showPlagin(idno){
pc = ('PlagClose' + (idno));
po = ('PlagOpen' + (idno));
if( document.getElementById(pc).style.display == "none" ) {
document.getElementById(pc).style.display = "inline";
document.getElementById(po).style.display = "none";
}
else {
document.getElementById(pc).style.display = "none";
document.getElementById(po).style.display = "inline";
}
}
//-->
</script>
</head>
<body>
<div id="PlagOpen1">
<p>
<a href="#" title="続きを読む" onclick="showPlagin(1);return false;">続きを読む</a>
</p>
</div>
<div id="PlagClose1" style="display: none">
<!-- <p>
<a href="#" title="折りたたむ" onclick="showPlagin(1);return false;">折りたたむ</a>
</p> -->
<!-- 記事内容始まり -->
ここに記事の内容を記入します。
<!-- 記事内容終わり -->
</div>
</body>
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.