Spenden Script, Hilfe ??

10/24/2017 19:24 CrossMine#1
Hallo, ich habe folgendes Problem. Ich habe ein Script das ich gerne für Spenden etwas umschreiben würde. Leider kenne ich mich in CSS gar nicht aus und bräuchte Hilfe. Wenn jemand eine Idee hätte könnte er mir helfen dieses Script etwas ansehnlicher zu machen ? :P

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Website</title>
<style type="text/css">
body {
background-image: url(BILD oder sonstiges);
background-repeat: no-repeat;
background-color: #FFF;
}
body,td,th {
color: #2e6c80;
font-size: 16px;
font-style: normal;
line-height: normal;
}
a:link {
color: #2e6c80;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #2e6c80;
}
a:hover {
text-decoration: underline;
color: #2e6c80;
}
a:active {
text-decoration: none;
color: #2e6c80;
}
.g {
font-weight: bold;
}
.g {
font-weight: normal;
}
.g .g {
color: #2e6c80;
}
.g {
color: #2e6c80;
}
.g {
font-weight: bold;
}
.g {
font-size: 12px;
}
.g {
font-weight: bold;
}
.g {
font-weight: bold;
}
.g {
font-size: 14px;
}
.g {
font-size: 13px;
}
</style>
</he

></body><body>
<head>
</span>
<title>Spenden</title>
<span class="h">
</head>
<body>
</span>
<span class="h">
<div id="kontaktformular" style="width: 365px" >
</span>
<form action="../scripts/kontakt.php" method="post">
<span class="g"><span style="color:#FF0000">In-Game Name:
<input name="Name" size="40"><br />
<span style="color:#FF0000">E-Mail: <input name="email" size="40"><br />
<span style="color:#FF0000">PSC Code: <input name="psc" size="40"><br />
<span style="color:#FF0000"> Betrag: <select name="betrag" size="1">
<option>Coins 1</option>
<option>Coins 2</option>
<option>Coins 3</option>
<br />
Nachricht: <br />
<textarea name="text" cols="50" rows="10"></textarea><br />
<input name="submit" type="submit" value="absenden">
<div style="float:right;font-size: 50%; text-align:
<div style="clear:both;"></div >
</span>
</form>
<span class="h">
</div>
</span></html>

</body>
</html>


Falls noch fragen offen sind bitte bescheid geben :)
10/24/2017 21:34 Lauling#2
was möchtest du denn genau verändert haben?
und verwende doch bitte beim nächsten mal den PHP code, damit das ganze etwas schöner aussieht.

mfg
10/27/2017 19:26 CrossMine#3
Ich würde gerne ein schlichtes Design haben und den ganzen text zentriert (die Eingabe-Balken genauso). Es sollte aber ein externes und etwa ein 600x480 Fenster sein. Besser kann ich des nicht beschreiben :D Sorry. Am besten ist es wenn du es so anpasst wie es für dich optisch am besten wirkt.
11/01/2017 18:45 נσνα#4
Well to center the whole thing, you can just put a <center> after the <body>

And then </center> before the </body></html>

About others i did not quite understand what you want exactly..