質問編集履歴

1

こんな感じでよろしいでしょうか。

2017/07/16 14:30

投稿

o-ban
o-ban

スコア14

test CHANGED
File without changes
test CHANGED
@@ -5,6 +5,8 @@
5
5
  ホバー時に下に20px程動くようにしたいのですが。``
6
6
 
7
7
 
8
+
9
+ ```ここに言語を入力
8
10
 
9
11
  <div Align="center">
10
12
 
@@ -14,15 +16,39 @@
14
16
 
15
17
  </a>
16
18
 
19
+ ```
20
+
21
+
22
+
17
23
  <style><!--.form_input_input { width: 100% !important; display: inline-block !important; height: 2em; text-indent: 1em; line-height: 2em;
18
24
 
19
- margin-top: 20px;}.form_input_vertical { display: block !important;}.form_input_horizontal { display: inline-block !important;}div.right_block { width: 60%; word-break: break-all; display: inline-block;}#content_form { padding-left : 50px; background-color : #fff !important; padding:0px !important;}--></style><div id="content_form"><form action="https://hogehoge.com/xxxxxx" enctype="multipart/form-data" id="UserItemForm" method="post" accept-charset="utf-8" style="width: 60%; margin-right: auto; margin-left: auto;"><input type="hidden" name="_method" value="POST"/><div class="input text required">
25
+ margin-top: 20px;}.form_input_vertical { display: block !important;}.form_input_horizontal { display: inline-block !important;}div.right_block { width: 60%; word-break: break-all; display: inline-block;}#content_form { padding-left : 50px; background-color : #fff !important; padding:0px !important;}</style>
26
+
27
+
28
+
29
+ ```ここに言語を入力
30
+
31
+ <div id="content_form"><form action="https://example.com/xxxxxx" enctype="multipart/form-data" id="UserItemForm" method="post" accept-charset="utf-8" style="width: 60%; margin-right: auto; margin-left: auto;"><input type="hidden" name="_method" value="POST"/>
32
+
33
+ ```
34
+
35
+
36
+
37
+ ```ここに言語を入力<div class="input text required">
38
+
39
+
20
40
 
21
41
  <input name="data[User][name1]" id="Username1" value="" class="form_input_input" placeholder="お名前" type="text"/></div>
22
42
 
23
43
  <input name="data[User][mail]" id="Usermail" value="" class="form_input_input" placeholder="メールアドレス" type="text"/></div>
24
44
 
25
- <div class="submit"><input type="submit" value="メール講座に登録" style="width: 60%; height: 40px"/></div><input type="hidden" id="server_url" value="https://hogehoge1.com/"/><!-- ▼リファラ --><input type="hidden" name="data[User][referer_form_url]" value="" id="UserRefererFormUrl"/><input type="hidden" name="data[User][referer_url]" value="" id="UserRefererUrl"/><script type="text/javascript"><!--if (document.referrer.length !=0 ){ if(document.getElementById("UserRefererUrl")) { document.getElementById("UserRefererUrl").value=document.referrer; }}if (document.getElementById("UserRefererFormUrl")){ document.getElementById("UserRefererFormUrl").value=location.href;}//--></script><!-- ▲リファラ --></form></div><script src="https://hogehoge.com/js/validation.js"></script>
45
+ ```
46
+
47
+ <div class="submit"><input type="submit" value="メール講座に登録" style="width: 60%; height: 40px"/></div>```ここに言語を入力
48
+
49
+ <input type="hidden" id="server_url" value="https://example.com/"/><!-- ▼リファラ --><input type="hidden" name="data[User][referer_form_url]" value="" id="UserRefererFormUrl"/><input type="hidden" name="data[User][referer_url]" value="" id="UserRefererUrl"/>
50
+
51
+ ```<script type="text/javascript"><!--if (document.referrer.length !=0 ){ if(document.getElementById("UserRefererUrl")) { document.getElementById("UserRefererUrl").value=document.referrer; }}if (document.getElementById("UserRefererFormUrl")){ document.getElementById("UserRefererFormUrl").value=location.href;}//--></script><!-- ▲リファラ --></form></div><script src="https://hogehoge.com/js/validation.js"></script>
26
52
 
27
53
  </div>
28
54