アプリ版:「スタンプのみでお礼する」機能のリリースについて

ドリームウェーバーでページを触っているんですが、メルマガ登録のソースをいじると送信ボタンが効かなくなります。以下のソース部分をwidth="150"の場所に収まるようにしてフォームを小さくして、別のページに貼り付けたいのですが・・・

<table border="0" cellpadding="5" cellspacing="2" width="53%" bgcolor="#8888cc">
<tr>
<td bgcolor="#ddddff">
<table border="0" cellpadding="0" cellspacing="2" width="100%">
<tr>
<td colspan="2" valign="top"><span class="m_p"><b>■登録申込み(購読無料)</b></span></td>
</tr>
<tr>
<td width="586" align="right"> <form action="http://e2.wingmailer.com/wingmailer/mr.cgi" method="post">
<input type="hidden" name="uid" value="E048">
<nobr>E-mail:</nobr></td>
<td width="130">
<input type="text" name="email" size="24">
</td>
</tr>
<tr>
<td width="586" align="right"><nobr>お名前:</nobr></td>
<td width="130">
<input type="text" name="opt1" size="24">
</td>
</tr>
<tr>
<INPUT TYPE="hidden" NAME="opt2" VALUE="エヴィエ">
<td width="586"> 
<input type="submit" value="購読する"></form>
</td>
</tr>
</table>
</td>
</tr>
</table>

A 回答 (3件)

みなさんが言われているとおり


<table border="0" cellpadding="5" cellspacing="2" width="53%" bgcolor="#8888cc">
の53%を150に変更してください

なお、table内に<td width="586" align="right">や<td width="586">など
必要のない箇所はさくられたほうがソースきれいになりますよ
 nobrしてるし意味ないくらい幅とっても・・・
    • good
    • 0

一番最初の


<table border="0" cellpadding="5" cellspacing="2" width="53%" bgcolor="#8888cc">

<table border="0" cellpadding="5" cellspacing="2" width="150" bgcolor="#8888cc" >
これでは駄目だったの?
    • good
    • 0

一番最初の


<table border="0" cellpadding="5" cellspacing="2" width="53%" bgcolor="#8888cc">

<table border="0" cellpadding="5" cellspacing="2" width="150" bgcolor="#8888cc" style="WIDTH: 150px">
こうしてみては?
    • good
    • 0

お探しのQ&Aが見つからない時は、教えて!gooで質問しましょう!