質問するログイン新規登録

質問編集履歴

3

mailformpro.cssの追加

2018/08/02 11:48

投稿

momiji0210
momiji0210

スコア60

title CHANGED
File without changes
body CHANGED
@@ -183,4 +183,9 @@
183
183
  }
184
184
  }
185
185
 
186
- ```
186
+ ```
187
+
188
+ ------- 追記 -------
189
+
190
+ formについてはメールフォームプロというフリーのCGIを使用しております。
191
+ CSS / mailformpro.css

2

divの削除

2018/08/02 11:48

投稿

momiji0210
momiji0210

スコア60

title CHANGED
File without changes
body CHANGED
@@ -33,7 +33,7 @@
33
33
  <option value="その他">その他</option></select></td></tr>
34
34
 
35
35
  <tr><th>お問い合わせ内容</th><td><textarea name="お問い合わせ内容" placeholder="お問い合わせ内容を入力してください"></textarea></td></tr>
36
- <tr><th colspan="2"><div class="text-center"><button type="submit">送信する</button></div></th></tr>
36
+ <tr><th colspan="2"><div class="text-center"><button type="submit">送信する</button></th></tr>
37
37
  </table>
38
38
 
39
39
  </form>

1

form内tableタグのtrを追記 / table内にボタンを配置

2018/08/02 11:37

投稿

momiji0210
momiji0210

スコア60

title CHANGED
File without changes
body CHANGED
@@ -32,12 +32,10 @@
32
32
  <option value="test3">test3</option>
33
33
  <option value="その他">その他</option></select></td></tr>
34
34
 
35
- <th>お問い合わせ内容</th>
36
- <td><textarea name="お問い合わせ内容" placeholder="お問い合わせ内容を入力してください"></textarea></td>
35
+ <tr><th>お問い合わせ内容</th><td><textarea name="お問い合わせ内容" placeholder="お問い合わせ内容を入力してください"></textarea></td></tr>
36
+ <tr><th colspan="2"><div class="text-center"><button type="submit">送信する</button></div></th></tr>
37
37
  </table>
38
- <tr>
38
+
39
- <th colspan="2"><div class="text-center"><button type="submit">送信する</button></div></th>
40
- </tr>
41
39
  </form>
42
40
  ```
43
41