leumas 2 Posted February 25, 2017 Share Posted February 25, 2017 Bonsoir je suis entrain de crée l'index de mon site et je rencontre un problème avec un button voici le code html : <center><img src="http://hsource.fr/font/habbo_groot/samuelabbo.gif" /></center> <div class="centre"> <div id="content"> <div class="col-md-8"> <button type="button" class="buttonreg" data-toggle="modal" > <h3><font color="#fffffff">REJOINS-NOUS DÈS MAINTENANT</font></h3> <center><p> C'est gratuit !</p></center> </button> </div> Voila et j'aimerais que ce button quand on clique dessus sa nous dirige a une page appelé "inscription.php" Merci d'avance =) Link to comment Share on other sites More sharing options...
SunDay 20 Posted February 25, 2017 Share Posted February 25, 2017 As tu skype ? si oui viens : facebook:oreogameur <( mon psdo skype =-= Link to comment Share on other sites More sharing options...
ßRÂИÐØИ 46 Posted February 25, 2017 Share Posted February 25, 2017 Salut Citation <button type="button" class="buttonreg" data-toggle="modal" > Deviens : <a href="inscription.php"><button type="button" class="buttonreg" data-toggle="modal" ></a> Link to comment Share on other sites More sharing options...
Guest Posted February 25, 2017 Share Posted February 25, 2017 Tu peux également faire <a href="inscription.php" class="buttonreg">Inscription</a> Link to comment Share on other sites More sharing options...
ßRÂИÐØИ 46 Posted February 25, 2017 Share Posted February 25, 2017 à l’instant, Lucas Orsini a dit : Tu peux également faire <a href="inscription.php" class="buttonreg">Inscription</a> A mon avis il commence tout juste à apprendre embrouille le pas trop mdrr Link to comment Share on other sites More sharing options...
Guest Posted February 25, 2017 Share Posted February 25, 2017 il y a 10 minutes, leumas a dit : Bonsoir je suis entrain de crée l'index de mon site et je rencontre un problème avec un button voici le code html : <center><img src="http://hsource.fr/font/habbo_groot/samuelabbo.gif" /></center> <div class="centre"> <div id="content"> <div class="col-md-8"> <button type="button" class="buttonreg" data-toggle="modal" > <h3><font color="#fffffff">REJOINS-NOUS DÈS MAINTENANT</font></h3> <center><p> C'est gratuit !</p></center> </button> </div> Voila et j'aimerais que ce button quand on clique dessus sa nous dirige a une page appelé "inscription.php" Merci d'avance =) il y a 6 minutes, Brandon a dit : Salut Oublié pas de fermer le </button> à l’instant, Brandon a dit : A mon avis il commence tout juste à apprendre embrouille le pas trop mdrr Oui mais bon autant lui apprendre directement x) Link to comment Share on other sites More sharing options...
leumas 2 Posted February 25, 2017 Author Share Posted February 25, 2017 Merci c'est bon sujet résolu =) Link to comment Share on other sites More sharing options...
Guest Posted February 25, 2017 Share Posted February 25, 2017 Je déplace ton sujet en résolu. Link to comment Share on other sites More sharing options...
Recommended Posts