ubuntuusers.de

Brauche Hilfe: HTML/CSS

Status: Ungelöst | Ubuntu-Version: Nicht spezifiziert
Antworten |

BigLin

Avatar von BigLin

Anmeldungsdatum:
1. Oktober 2008

Beiträge: 101

Wohnort: Böblingen City, YO!

Ich möchte auf dieser Seite, das bei ja am weitergeleitet wird. Bei mir leuft das ohne Probleme, nur bei anderen Leuten wird man nicht weitergeleitet. Vlt. Kann mir jemand helfen, wäre echt nett ;DD Hier der Link : http://clown.bplaced.net/ Hier die index.html

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">




<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="RATING" content="RTA-5042-1996-1400-1577-RTA" />

<title>Clown Seite (TEST)</title>

<link rel="shortcut icon" href="/filemanager/bilder/favicon4.ico" />

<!--yui-->


<link rel="stylesheet" type="text/css" href="/style.css" />



<style type="text/css">
body {
	background-color: #000000;
	margin: 0 20px 0 20px;
text-decoration: none;
text-underline: none;
}

.align-center {
	text-align: center;
text-decoration: none;
text-underline: none;
}

#container {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
text-decoration: none;
text-underline: none;
}

#logo {
	margin: 50px 0 30px 0;
}

#warning {
	font-size: 197%;
	color: #ffffff;
text-decoration: none;
text-underline: none;
}

#warning2 {
	margin: 20px 0 0 0;
	font-size: 136%;
	color: #ffffff;
text-decoration: none;
text-underline: none;
}

#warning3 {
	margin: 50px 0 0 0;
	font-size: 114%;
	color: #ffffff;
text-decoration: none;
text-underline: none;
}

#choices {
	margin: 50px 0 0 0;
	word-spacing: 1.0em;
	color: #606060;
text-decoration: none;
text-underline: none;
}

#choices span {
	font: 197% arial;
text-decoration: none;
text-underline: none;
}

#choices input {
	font: bold 136% arial;
	width: 100px;
	margin: 0 30px 0 30px;
text-decoration: none;
text-underline: none;
}

a:link { 
color: #0000ff; 
text-decoration:none; 
}

a:active { 
color: #ff0000; 
text-decoration:none; 
}

a {
	color: #888;
text-decoration: none;
text-underline: none;
}

</style>

</head>

<body>

<div id="container">

	<div id="logo" class="align-center">

			
				<img src="/filemanager/bilder/intro.jpg" width="400" height="345" alt="logo" />
			

	</div>

	<div id="warning" class="align-center">
		WARNING: Diese Seite ist gefeahrlich
	</div>

	<div id="warning2" class="align-center">
		
			Jeder Zugriff auf dieser Seite vernichtet dein PC !!!
			<br> Vorallem wenn du Windows hast, Linux ftw ^^ </br> 
			<br> Willst du auf diese Seite ? </br>
	</div>

	<div id="choices" class="align-center">
		<form method="POST">
		<a href="welcheseite.html">
				<input id="button" type="submit" name="user_choice" value="Ja/Yes"/>
		</a>					
			
			<a href="/kacken.html"> 
				<input type="submit" name="user_choice" value="Nein/No" /> 
			</a>

		 
</form>
	</div>

	<div id="warning3" class="align-center">
		Hier Mailen <span id="support_email_field"></span><noscript>otto.darek@gmx.de</noscript> wenn du probleme hast..<br />
		Cookies must be enabled. 
		</script>
	</div>

	<div id="ol"></div>
	<div id="ypc"></div>
</div>


</body>

</html>

Danke für eure Hilfe

MFG BigLin ;D

wucherpfennig

Avatar von wucherpfennig

Anmeldungsdatum:
30. August 2006

Beiträge: 601

Das Bild auf welches du linkst bei "Nein" linkst ist wirklich unter aller Sau!

BigLin

(Themenstarter)
Avatar von BigLin

Anmeldungsdatum:
1. Oktober 2008

Beiträge: 101

Wohnort: Böblingen City, YO!

Danke dir ^^
Wie mache ich das mit der action bzw. nach was soll ich googlen ? ;DD
Wegen dem Bild, die Seite soll eigentlich nur in unserem Freundeskreis bleiben und die
wissen das es nur ein Spass ist ;D

MfG BigLin

wucherpfennig

Avatar von wucherpfennig

Anmeldungsdatum:
30. August 2006

Beiträge: 601

BigLin schrieb:

Danke dir ^^
Wie mache ich das mit der action bzw. nach was soll ich googlen ? ;DD

http://de.selfhtml.org/html/formulare/

Falls nach der Lektüre immer noch nicht ganz genau klar, dann kannst du dich ja wieder melden.

Wegen dem Bild, die Seite soll eigentlich nur in unserem Freundeskreis bleiben und die
wissen das es nur ein Spass ist ;D

Das uu-Forum ist nicht dein "Freundeskreis". Also nimm es raus...

Antworten |