Lien html

Résolu/Fermé
bubblebug Messages postés 83 Date d'inscription mardi 12 janvier 2010 Statut Membre Dernière intervention 2 juillet 2011 - 8 févr. 2010 à 21:21
bubblebug Messages postés 83 Date d'inscription mardi 12 janvier 2010 Statut Membre Dernière intervention 2 juillet 2011 - 8 févr. 2010 à 21:26
Bonjour,
je voudrai mettre un lien a ça, mais sans que ça change de ligne !!! (il sont deja sur le même ligne)


<DIV ID="Barre" CLASS="Barre">
<INPUT TYPE="button" NAME="bt1" VALUE="Accueil" STYLE="margin-left: 5px; width: 80px;" ONMOUSEOVER="this.className='inputover'; cache2(); cache3(); cache4(); cache5(); montre1();" ONMOUSEOUT="this.className='inputout';">

<INPUT TYPE="button" NAME="bt2" VALUE="Livre" STYLE="margin-left: 2px; width: 80px;" ONMOUSEOVER="this.className='inputover'; cache1(); cache3(); cache4(); cache5(); montre2();" ONMOUSEOUT="this.className='inputout';">

<INPUT TYPE="button" NAME="bt3" VALUE="Jeux" STYLE="margin-left: 2px; width: 80px;" ONMOUSEOVER="this.className='inputover'; cache1(); cache2(); cache4(); cache5(); montre3();" ONMOUSEOUT="this.className='inputout';">

<INPUT TYPE="button" NAME="bt4" VALUE="Aide" STYLE="margin-left: 2px; width: 80px;" ONMOUSEOVER="this.className='inputover'; cache1(); cache2(); cache3(); cache5(); montre4();" ONMOUSEOUT="this.className='inputout';">

<INPUT TYPE="button" NAME="bt5" VALUE="Deconnexion" STYLE="margin-left: 2px; width: 80px;" ONMOUSEOVER="this.className='inputover'; cache1(); cache2(); cache3(); cache4(); montre5();" ONMOUSEOUT="this.className='inputout';"></a>
</DIV>


Merci d'avance !!!
A voir également:

1 réponse

bubblebug Messages postés 83 Date d'inscription mardi 12 janvier 2010 Statut Membre Dernière intervention 2 juillet 2011 5
8 févr. 2010 à 21:26
C'est bon le probleme est resolu, il fallai mettre :
<a href="le lien"></a>
autour
0