Pb affichage HTML
karlitodu41
Messages postés
557
Statut
Membre
-
karlitodu41 Messages postés 557 Statut Membre -
karlitodu41 Messages postés 557 Statut Membre -
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
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
A voir également:
- Pb affichage HTML
- Editeur html - Télécharger - HTML
- Affichage double ecran - Guide
- Windows 11 affichage classique - Guide
- Problème affichage fenêtre windows 10 - Guide
- Br html ✓ - Forum Webmastering
2 réponses
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>
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>