質問編集履歴
2
コードを追加 画像を変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
|
15
15
|
※図
|
16
16
|
|
17
|
-
![イメージ説明](
|
17
|
+
![イメージ説明](7cac48e937371d3930d11154ef232d4a.png)
|
18
18
|
|
19
19
|
|
20
20
|
|
@@ -52,6 +52,116 @@
|
|
52
52
|
|
53
53
|
|
54
54
|
|
55
|
+
###ホーム画面のソースコード(ホーム画面に縦線を付けたい)
|
56
|
+
|
57
|
+
```html
|
58
|
+
|
59
|
+
<html>
|
60
|
+
|
61
|
+
<font size="15" color="#ff0000">
|
62
|
+
|
63
|
+
<p class="text_center">CLANE STAR ONLINE
|
64
|
+
|
65
|
+
<hr size="5">
|
66
|
+
|
67
|
+
<font size="3" color="000000">
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
<form action="http://localhost/clane/online/home.html"method="post">
|
72
|
+
|
73
|
+
<input type="image" src="http://localhost/clane/online/image/home.jpg" alt=" ">
|
74
|
+
|
75
|
+
<p></P>
|
76
|
+
|
77
|
+
|
78
|
+
|
79
|
+
<form>
|
80
|
+
|
81
|
+
|
82
|
+
|
83
|
+
<input type="button" onClick="location.href='http://localhost/clane/online/owner.html'" value="作者プロフィール">
|
84
|
+
|
85
|
+
</form>
|
86
|
+
|
87
|
+
<form>
|
88
|
+
|
89
|
+
<input type="button" onClick="location.href='http://localhost/clane/online/form.php'" value="お問い合わせ">
|
90
|
+
|
91
|
+
</form>
|
92
|
+
|
93
|
+
<form>
|
94
|
+
|
95
|
+
<input type="button" onClick="location.href='http://localhost/clane/online/search/prizesearch.php'" value="景品検索ページへ">
|
96
|
+
|
97
|
+
</form>
|
98
|
+
|
99
|
+
<title>CLANE STAR ONLINE</title>
|
100
|
+
|
101
|
+
<head>
|
102
|
+
|
103
|
+
<body bgcolor="#4169e1">
|
104
|
+
|
105
|
+
<font size="8" color="#ff0000">
|
106
|
+
|
107
|
+
<html lang="ja">
|
108
|
+
|
109
|
+
<head>
|
110
|
+
|
111
|
+
<meta charset="utf-8">
|
112
|
+
|
113
|
+
<link rel="stylesheet" href="./style.css">
|
114
|
+
|
115
|
+
</head>
|
116
|
+
|
117
|
+
<body>
|
118
|
+
|
119
|
+
|
120
|
+
|
121
|
+
<body onContextmenu="window.alert('右クリック禁止です。');return false">
|
122
|
+
|
123
|
+
<body oncopy="return false;">
|
124
|
+
|
125
|
+
<body>
|
126
|
+
|
127
|
+
<EMBED src="http://localhost/clane/online/BGM.mp3" width="0" height="0">
|
128
|
+
|
129
|
+
</body>
|
130
|
+
|
131
|
+
|
132
|
+
|
133
|
+
|
134
|
+
|
135
|
+
<font size="8" color="#000000">
|
136
|
+
|
137
|
+
|
138
|
+
|
139
|
+
<p>
|
140
|
+
|
141
|
+
|
142
|
+
|
143
|
+
|
144
|
+
|
145
|
+
<html>
|
146
|
+
|
147
|
+
<head>
|
148
|
+
|
149
|
+
|
150
|
+
|
151
|
+
|
152
|
+
|
153
|
+
</body>
|
154
|
+
|
155
|
+
</html>
|
156
|
+
|
157
|
+
|
158
|
+
|
159
|
+
|
160
|
+
|
161
|
+
```
|
162
|
+
|
163
|
+
|
164
|
+
|
55
165
|
### 補足情報(FW/ツールのバージョンなど)
|
56
166
|
|
57
167
|
|
1
図を追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -12,7 +12,9 @@
|
|
12
12
|
|
13
13
|
ボタンの配置などは完了しています。
|
14
14
|
|
15
|
+
※図
|
15
16
|
|
17
|
+
![イメージ説明](2f0f1c922a264cde31c8e97e40a69691.png)
|
16
18
|
|
17
19
|
|
18
20
|
|