3つに分割されたテーブルがあります。私の問題は、左側にコンテンツがあり、右側に写真があることです。ページを開くと、写真はページの中央から始まります。ページの上部に写真を表示する必要があります。どうやってやるの?
<table border="0" cellspacing="0" cellpadding="5">
<tr>
<td >
<table> Lots of Content </table>
</td>
<td width ="10%">
<table> Empty table (that gives space between left content and right image </table>
</td>
<td width = "20%">
<table width="100%">
<tr>
<td> <Asp:Image Runat="server" Id="Image" align="top"> </td>
</tr>
</table> </td>
</tr>
</table>