MasterPage の ContentPlaceHolder をテーブルに配置すると、テーブルの外に表示されます。
誰か助けて?
ありがとうございました
<table class="four_tile_table" border="1" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td class="feature_phone_content" valign="top" width="39%">
<asp:contentplaceholder id="ContentPlaceHolder1" runat="server">
</asp:contentplaceholder>
</td>
</tr>
</table>