質問編集履歴

3

mailformpro.cssの追加

2018/08/02 11:48

投稿

momiji0210
momiji0210

スコア60

test CHANGED
File without changes
test CHANGED
@@ -369,3 +369,13 @@
369
369
 
370
370
 
371
371
  ```
372
+
373
+
374
+
375
+ ------- 追記 -------
376
+
377
+
378
+
379
+ formについてはメールフォームプロというフリーのCGIを使用しております。
380
+
381
+ CSS / mailformpro.css

2

divの削除

2018/08/02 11:48

投稿

momiji0210
momiji0210

スコア60

test CHANGED
File without changes
test CHANGED
@@ -68,7 +68,7 @@
68
68
 
69
69
  <tr><th>お問い合わせ内容</th><td><textarea name="お問い合わせ内容" placeholder="お問い合わせ内容を入力してください"></textarea></td></tr>
70
70
 
71
- <tr><th colspan="2"><div class="text-center"><button type="submit">送信する</button></div></th></tr>
71
+ <tr><th colspan="2"><div class="text-center"><button type="submit">送信する</button></th></tr>
72
72
 
73
73
  </table>
74
74
 

1

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

2018/08/02 11:37

投稿

momiji0210
momiji0210

スコア60

test CHANGED
File without changes
test CHANGED
@@ -66,17 +66,13 @@
66
66
 
67
67
 
68
68
 
69
- <th>お問い合わせ内容</th>
70
-
71
- <td><textarea name="お問い合わせ内容" placeholder="お問い合わせ内容を入力してください"></textarea></td>
69
+ <tr><th>お問い合わせ内容</th><td><textarea name="お問い合わせ内容" placeholder="お問い合わせ内容を入力してください"></textarea></td></tr>
70
+
71
+ <tr><th colspan="2"><div class="text-center"><button type="submit">送信する</button></div></th></tr>
72
72
 
73
73
  </table>
74
74
 
75
- <tr>
75
+
76
-
77
- <th colspan="2"><div class="text-center"><button type="submit">送信する</button></div></th>
78
-
79
- </tr>
80
76
 
81
77
  </form>
82
78