<table border="1"> <tr> <td> ●テーブルの左側の文字を記述● </td> <td> ●右にいってしまってたさっきの<table>〜</table>を記述● </td> </tr> </table>
<style type="text/css">
<!--
table {
border: 1px #27130e solid;
}
-->
</style>
<table cellspacing="0" cellpadding="0" width="300" height="100">
<tr>
<td style="background-image: url(0u01.gif); padding: 5px;">memo</td>
</tr>
<tr>
<td valign="top" style="border-top: 1px #27130e solid; background-color: #ffffff; padding: 5px;">文字</td>
</tr>
</table>