alors c'est pas de la programmation, lel je sais mais bon nul part ailleurs pr la poser donc en gros 'cest trs simple j'ai ça :
formulaire.php :
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="style.css" />
<title>LEAGUE OF LEGENDS </title>
</head>
<body>
<form action="target.php" method="POST">
<p>
<label><b>Summoner's name : <input type="text" name="summonersname"/> </label>
<br>
<span class="marge"/>Champion : <br><pad><marge>
<FORM>
<SELECT name="Champion" size="7">
<OPTION>Ashe
<OPTION>Corki
<OPTION>Ezreal
<OPTION>Leblanc
<OPTION>Lee Sin
<OPTION>Jinx
<OPTION>Quinn
</SELECT>
</FORM></marge>
</pad>
<br/><br/><br/>
Partenaire duoQ recherché :</b> <br>
<textarea name="Partenaire duoQ : <br>" rows="8" cols="70" onfocus="{ this.value = ''; }" onblur"{ this.value = 'UNFOCUS'; }">Décrivez le partenaire duoQ que vous recherchez : </textarea> <br>
<input type="submit"/>
</p>
</form>
</body>
style.css :
marge {
margin-left: 100px;
}
pad {
padding-bottom: 10cm;
}
la page fait ça :
https://gyazo.com/41229e20379229cb2da3ff3046ffb365
et j'aimerais que ça fasse ça :
en gros j'aimerais remonter la petite liste là 
j'ai fait un padding bottom mais ça ne remonte pas, c'est normal ?
comment jpeux faire ?
Message édité le 23 janvier 2016 à 15:36:10 par Vexallus