[S] kurze Hilfe [B] 5eg

09/19/2013 15:27 Yuri Orlov#1
Hey,


ich habe folgende Frage:


HTML Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>

	<header>
		<title>HOMEPAGE</title>
	</header>

	<body>
		<body bgcolor="#FFFFFF" topmargin="0" leftmargin="0" style="background-image:url(http://i.imagebanana.com/img/w7rg39a2/feld.jpg); background-repeat:no-repeat;">
		<input type="button" id="goal" value="Select" onClick="location.href='#TOR'">
	</body>

</html>
Wie bringe ich den Button auf den Elfmeterpunkt links und wie auf den Elfmeterpunkt rechts?

Wer mir das richtige Snippet gibt, kriegt die 5g.
09/19/2013 15:49 UGProjekt#2
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>

	<header>
		<title>HOMEPAGE</title>
	</header>

	<body>
		<body bgcolor="#FFFFFF" topmargin="0" leftmargin="0" style="background-image:url([url]http://i.imagebanana.com/img/w7rg39a2/feld.jpg);[/url] background-repeat:no-repeat;">
		<input type="button" style="position: absolute; left: 40px; top: 210px;" id="goal" value="Select" onClick="location.href='#TOR'">
		<input type="button" style="position: absolute; left: 600px; top: 210px;" id="goal" value="Select" onClick="location.href='#TOR'">
	</body>

</html>
M.f.G

UGProjekt
09/19/2013 18:48 Yuri Orlov#3
Danke, eGold ist an dich raus.
09/19/2013 18:54 UGProjekt#4
Kein Problem, bei weiteren Fragen einfach melden, ich helfe Ihnen dann gerne, natürlich kostenlos.

M.f.G

UGProjekt