Pb affichage HTML

karlitodu41 Messages postés 485 Date d'inscription   Statut Membre Dernière intervention   -  
karlitodu41 Messages postés 485 Date d'inscription   Statut Membre Dernière intervention   -
Bonjour,
j'ai crée en HTML (sous le bloc note) des boutons qui lancent chacun une page internet.
quand j'ouvre la page html en renommant mon code fait sous bloc note en .html, la page obtenue est ce que je souhaite niquel.
Or lorsque je copie ce code sur le site qui accepte le html, la page obtenue est differente !!
voir l'image qui decrit mon pb... :

http://img62.imageshack.us/img62/4373/descriptionprobleme2.jpg

merci d'avance de vos reponses

2 réponses

pijaku Messages postés 12263 Date d'inscription   Statut Modérateur Dernière intervention   2 761
 
Bonjour,
Peux tu nous placer ici la partie de ton code Html concernée par ces 3 boutons?
0
karlitodu41 Messages postés 485 Date d'inscription   Statut Membre Dernière intervention   144
 
salut,
merci de ta réponse
voici voila :-) le code html que j'ai sous bloc note:

<!-- LIENS -->


<p><!-- BOUTON PROFIL -->
<center><table width="280"
height="18" border="1" cellpadding="0" cellspacing="1" bordercolor="e6e6e6" bgcolor="f8632e">
<tbody>
<tr>
<td align="center" bgcolor="e6e6e6" height="17" valign="middle">
<a href="https://www.twitch.tv/karlxperiment/profile" title="> ????????? <"> PROFIL</a>
</tr>
</tbody>
</table></center><!-- FIN BOUTON PROFIL --></p>

<p><!-- BOUTON CLIP -->
<center><table width="280"
height="18" border="1" cellpadding="0" cellspacing="1" bordercolor="e6e6e6" bgcolor="f8632e">
<tbody>
<tr>
<td align="center" bgcolor="e6e6e6" height="17" valign="middle">
<a href="https://www.twitch.tv/karlxperiment/all" title="> ????????? <"> CLIPS</a>
</tr>
</tbody>
</table></center><!-- FIN BOUTON CLIPS --></p>

<p><!-- BOUTON U MISSED A BROADCAST??? -->
<center><table width="280"
height="18" border="1" cellpadding="0" cellspacing="1" bordercolor="e6e6e6" bgcolor="f8632e">
<tbody>
<tr>
<td align="center" bgcolor="e6e6e6" height="17" valign="middle">
<a href="https://www.twitch.tv/karlxperiment/archive" title="> ????????? <"> You missed a broadcast?</a>
</tr>
</tbody>
</table></center><!-- FIN BOUTON U MISSED A BROADCAST??? --></p>










0