<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<script type="text/javascript" src="def01.php"></script> <!-- 変更しない -->
<style>
.grayback {
background-color: #CCCCCC;
}
.boldBottom {
border-bottom: 3px gray solid;
}
</style>
</head>
<body>
<h1>Memo Pad</h1>
<div id="IM_NAVIGATOR"></div>
<table>
<tbody>
<tr>
<th>名前:</th>
<td data-im="messagefree@user"></td>
<th>日時:</th>
<td data-im="messagefree@postdt"></td>
<td></td>
</tr> <!-- 行をいくつか減らす -->
<tr class="boldBottom">
<th>表示:</th>
<td colspan="3" class="grayback"
data-im="messagefree@message@innerHTML"></td>
<td style="vertical-align: bottom;"></td>
</tr>
</tbody>
</table>
</body>
</html>