質問編集履歴
2
コードを追加 画像を変更
title
CHANGED
File without changes
|
body
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
ボタンの横に線を書き、区切りを書きたいです。
|
7
7
|
ボタンの配置などは完了しています。
|
8
8
|
※図
|
9
|
-

|
10
10
|
|
11
11
|
|
12
12
|
### 試したこと
|
@@ -25,6 +25,61 @@
|
|
25
25
|
<td> </td>の中を空白で間を空けて、文字の間の線だとしてもらい、上手く行かないか試しました。
|
26
26
|
解決方法を教えていただきたいです。
|
27
27
|
|
28
|
+
###ホーム画面のソースコード(ホーム画面に縦線を付けたい)
|
29
|
+
```html
|
30
|
+
<html>
|
31
|
+
<font size="15" color="#ff0000">
|
32
|
+
<p class="text_center">CLANE STAR ONLINE
|
33
|
+
<hr size="5">
|
34
|
+
<font size="3" color="000000">
|
35
|
+
|
36
|
+
<form action="http://localhost/clane/online/home.html"method="post">
|
37
|
+
<input type="image" src="http://localhost/clane/online/image/home.jpg" alt=" ">
|
38
|
+
<p></P>
|
39
|
+
|
40
|
+
<form>
|
41
|
+
|
42
|
+
<input type="button" onClick="location.href='http://localhost/clane/online/owner.html'" value="作者プロフィール">
|
43
|
+
</form>
|
44
|
+
<form>
|
45
|
+
<input type="button" onClick="location.href='http://localhost/clane/online/form.php'" value="お問い合わせ">
|
46
|
+
</form>
|
47
|
+
<form>
|
48
|
+
<input type="button" onClick="location.href='http://localhost/clane/online/search/prizesearch.php'" value="景品検索ページへ">
|
49
|
+
</form>
|
50
|
+
<title>CLANE STAR ONLINE</title>
|
51
|
+
<head>
|
52
|
+
<body bgcolor="#4169e1">
|
53
|
+
<font size="8" color="#ff0000">
|
54
|
+
<html lang="ja">
|
55
|
+
<head>
|
56
|
+
<meta charset="utf-8">
|
57
|
+
<link rel="stylesheet" href="./style.css">
|
58
|
+
</head>
|
59
|
+
<body>
|
60
|
+
|
61
|
+
<body onContextmenu="window.alert('右クリック禁止です。');return false">
|
62
|
+
<body oncopy="return false;">
|
63
|
+
<body>
|
64
|
+
<EMBED src="http://localhost/clane/online/BGM.mp3" width="0" height="0">
|
65
|
+
</body>
|
66
|
+
|
67
|
+
|
68
|
+
<font size="8" color="#000000">
|
69
|
+
|
70
|
+
<p>
|
71
|
+
|
72
|
+
|
73
|
+
<html>
|
74
|
+
<head>
|
75
|
+
|
76
|
+
|
77
|
+
</body>
|
78
|
+
</html>
|
79
|
+
|
80
|
+
|
81
|
+
```
|
82
|
+
|
28
83
|
### 補足情報(FW/ツールのバージョンなど)
|
29
84
|
|
30
85
|
localhost
|
1
図を追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -5,9 +5,10 @@
|
|
5
5
|
|
6
6
|
ボタンの横に線を書き、区切りを書きたいです。
|
7
7
|
ボタンの配置などは完了しています。
|
8
|
+
※図
|
9
|
+

|
8
10
|
|
9
11
|
|
10
|
-
|
11
12
|
### 試したこと
|
12
13
|
|
13
14
|
<teble>を使い
|