Erreur images cliquable
Résolu/Fermé
Garynho
Messages postés
19
Date d'inscription
dimanche 21 décembre 2008
Statut
Membre
Dernière intervention
20 septembre 2012
-
22 janv. 2010 à 01:42
bg62 Messages postés 23664 Date d'inscription samedi 22 octobre 2005 Statut Modérateur Dernière intervention 17 décembre 2024 - 22 janv. 2010 à 18:50
bg62 Messages postés 23664 Date d'inscription samedi 22 octobre 2005 Statut Modérateur Dernière intervention 17 décembre 2024 - 22 janv. 2010 à 18:50
A voir également:
- Erreur images cliquable
- Erreur 0x80070643 - Accueil - Windows
- Erreur 0x80070643 Windows 10 : comment résoudre le problème de la mise à jour KB5001716 - Accueil - Windows
- Des images - Guide
- Erreur 1001 outlook - Accueil - Bureautique
- Sommaire cliquable word - Guide
10 réponses
Kopros
Messages postés
595
Date d'inscription
mardi 25 septembre 2007
Statut
Membre
Dernière intervention
3 février 2020
89
22 janv. 2010 à 13:14
22 janv. 2010 à 13:14
Dans un premier temps, je mettrais une seule image par TD.
Ensuite, y'a moyen d'y arriver en mettant les image en background du TD.
Et bien sûr, il faut rendre le TD en lien.
Par exemple, à la place de
<td rowspan="2">
<img src="" border="0" cellpadding="0" cellspacing="0" width="340" height="60" alt="" border="0">
<a href="http://www.bc2.xx.fr/index.php">
<img src="http://xx.fr/6.jpg" border="0" cellpadding="0" cellspacing="0" width="340" height="310" alt="" border="0" ></a>
</td>
Fais :
<td background="http://xx.fr/9.jpg" width="340px" height="60px"><a href=" href="http://www.bc2.xx.fr/index.php" style="display: block; height: 100%; width: 100%;"></a></td>
<td background="http://xx.fr/6.jpg" width="340px" height="310px"><a href=" href="http://www.bc2.xx.fr/index.php" style="display: block; height: 100%; width: 100%;"></a></td>
Voilà, et sinon en fait je ne capte pas pourquoi t'as un problème de place si tu fais du CSS, c'est juste du texte qui ne prend que quelques ko, et encore si tu en mets bcp.
Si tu mets juste
<STYLE TYPE="text/css">
table
{
border-collapse: collapse;
}
</STYLE>
entre la balise <html> et la balise <body> et pouf, t'as ton css. (Après c'est mieux de le mettre dans un fichier à part, mais si tu n'en as besoin que pour cette page, tu mets le style direct dans la page)
Ensuite, y'a moyen d'y arriver en mettant les image en background du TD.
Et bien sûr, il faut rendre le TD en lien.
Par exemple, à la place de
<td rowspan="2">
<img src="" border="0" cellpadding="0" cellspacing="0" width="340" height="60" alt="" border="0">
<a href="http://www.bc2.xx.fr/index.php">
<img src="http://xx.fr/6.jpg" border="0" cellpadding="0" cellspacing="0" width="340" height="310" alt="" border="0" ></a>
</td>
Fais :
<td background="http://xx.fr/9.jpg" width="340px" height="60px"><a href=" href="http://www.bc2.xx.fr/index.php" style="display: block; height: 100%; width: 100%;"></a></td>
<td background="http://xx.fr/6.jpg" width="340px" height="310px"><a href=" href="http://www.bc2.xx.fr/index.php" style="display: block; height: 100%; width: 100%;"></a></td>
Voilà, et sinon en fait je ne capte pas pourquoi t'as un problème de place si tu fais du CSS, c'est juste du texte qui ne prend que quelques ko, et encore si tu en mets bcp.
Si tu mets juste
<STYLE TYPE="text/css">
table
{
border-collapse: collapse;
}
</STYLE>
entre la balise <html> et la balise <body> et pouf, t'as ton css. (Après c'est mieux de le mettre dans un fichier à part, mais si tu n'en as besoin que pour cette page, tu mets le style direct dans la page)
rudak
Messages postés
590
Date d'inscription
samedi 7 juin 2008
Statut
Membre
Dernière intervention
4 juin 2011
46
22 janv. 2010 à 01:44
22 janv. 2010 à 01:44
tu as dimensionné tes TD coment ?
Garynho
Messages postés
19
Date d'inscription
dimanche 21 décembre 2008
Statut
Membre
Dernière intervention
20 septembre 2012
22 janv. 2010 à 11:19
22 janv. 2010 à 11:19
mes TD?
Kopros
Messages postés
595
Date d'inscription
mardi 25 septembre 2007
Statut
Membre
Dernière intervention
3 février 2020
89
22 janv. 2010 à 11:28
22 janv. 2010 à 11:28
ben oui tes TD....
c'est la base.
Bon sinon dans ton css mets un truc du genre :
<table> <tr> <td>ligne 1 colonne 1</td> <td>ligne 1 colonne 2</td> </tr> <tr> <td>ligne 2 colonne 1</td> <td>ligne 2 colonne 2</td> </tr> </table>
c'est la base.
Bon sinon dans ton css mets un truc du genre :
table { border-collapse: collapse; }
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
Garynho
Messages postés
19
Date d'inscription
dimanche 21 décembre 2008
Statut
Membre
Dernière intervention
20 septembre 2012
22 janv. 2010 à 11:57
22 janv. 2010 à 11:57
<html>
<body bgcolor="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" align="center" link="#000000" vlink="#000000" alink="#000000">
<table width="800" height="500" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<th colspan="5"><img src="xx.fr/13.jpg" border="0" cellpadding="0" cellspacing="0" width="1454" height="780"></th>
</tr>
<tr>
<td rowspan="2">
<img src="xx.fr/9.jpg" border="0" cellpadding="0" cellspacing="0" width="340" height="60" alt="" border="0">
<a href="http://www.bc2.xx.fr/index.php">
<img src="http://xx.fr/6.jpg" border="0" cellpadding="0" cellspacing="0" width="340" height="310" alt="" border="0" ></a>
</td>
<td rowspan="2">
<a href="http://www.bf2142.xx.fr/index.php" >
<img src="http://xx.fr/5.jpg" border="0" cellpadding="0" cellspacing="0" width="260" height="260" alt="" border="0" ></a>
<img src="http://xx.fr/7.jpg" border="0" cellpadding="0" cellspacing="0" width="260" height="110" alt="" border="0">
</td>
<td rowspan="2">
<img src="http://xx.fr/10.jpg" border="0" cellpadding="0" cellspacing="0" width="280" height="90" alt="" border="0">
<a href="http://www.css.xx.fr/index.php">
<img src="http://xx.fr/4.jpg" border="0" cellpadding="0" cellspacing="0" width="280" height="280" alt="" border="0" ></a>
</td>
<td rowspan="3">
<img src="http://xx.fr/11.jpg" border="0" cellpadding="0" cellspacing="0" width="240" height="20" alt="" border="0" >
<a href="http://www.cod4.xx.fr/index.php">
<img src="http://xx.fr/3.jpg" border="0" cellpadding="0" cellspacing="0" width="240" height="250" alt="" border="0" ></a>
<img src="http://xx.fr/8.jpg" border="0" cellpadding="0" cellspacing="0" width="240" height="100" alt="" border="0">
</td>
<td rowspan="2">
<img src="http://xx.fr/12.jpg" border="0" cellpadding="0" cellspacing="0" width="334" height="80" alt="" border="0" >
<a href="http://www.cod6.xx.fr/index.php">
<img src="http://xx.fr/2.jpg" border="0" cellpadding="0" cellspacing="0" width="334" height="290" alt="" border="0" ></a>
</td>
</tr>
<tr>
<td colspan="5">
<img src="http://xx.fr/1.jpg" border="0" cellpadding="0" cellspacing="0" width="1454" height="50">
</td>
</tr>
</table>
</body>
</html>
voila mon fichier index.html je n'est pas fais de feuille css car j'ai que 5 mo sur mon domaine et l' intégralité de mon site est héberger ailleurs donc comment dois-je procéder?
merci de t'occuper de mon probleme Kopros.
voila un aperçu du probleme : https://www.hiboox.fr/
<body bgcolor="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" align="center" link="#000000" vlink="#000000" alink="#000000">
<table width="800" height="500" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<th colspan="5"><img src="xx.fr/13.jpg" border="0" cellpadding="0" cellspacing="0" width="1454" height="780"></th>
</tr>
<tr>
<td rowspan="2">
<img src="xx.fr/9.jpg" border="0" cellpadding="0" cellspacing="0" width="340" height="60" alt="" border="0">
<a href="http://www.bc2.xx.fr/index.php">
<img src="http://xx.fr/6.jpg" border="0" cellpadding="0" cellspacing="0" width="340" height="310" alt="" border="0" ></a>
</td>
<td rowspan="2">
<a href="http://www.bf2142.xx.fr/index.php" >
<img src="http://xx.fr/5.jpg" border="0" cellpadding="0" cellspacing="0" width="260" height="260" alt="" border="0" ></a>
<img src="http://xx.fr/7.jpg" border="0" cellpadding="0" cellspacing="0" width="260" height="110" alt="" border="0">
</td>
<td rowspan="2">
<img src="http://xx.fr/10.jpg" border="0" cellpadding="0" cellspacing="0" width="280" height="90" alt="" border="0">
<a href="http://www.css.xx.fr/index.php">
<img src="http://xx.fr/4.jpg" border="0" cellpadding="0" cellspacing="0" width="280" height="280" alt="" border="0" ></a>
</td>
<td rowspan="3">
<img src="http://xx.fr/11.jpg" border="0" cellpadding="0" cellspacing="0" width="240" height="20" alt="" border="0" >
<a href="http://www.cod4.xx.fr/index.php">
<img src="http://xx.fr/3.jpg" border="0" cellpadding="0" cellspacing="0" width="240" height="250" alt="" border="0" ></a>
<img src="http://xx.fr/8.jpg" border="0" cellpadding="0" cellspacing="0" width="240" height="100" alt="" border="0">
</td>
<td rowspan="2">
<img src="http://xx.fr/12.jpg" border="0" cellpadding="0" cellspacing="0" width="334" height="80" alt="" border="0" >
<a href="http://www.cod6.xx.fr/index.php">
<img src="http://xx.fr/2.jpg" border="0" cellpadding="0" cellspacing="0" width="334" height="290" alt="" border="0" ></a>
</td>
</tr>
<tr>
<td colspan="5">
<img src="http://xx.fr/1.jpg" border="0" cellpadding="0" cellspacing="0" width="1454" height="50">
</td>
</tr>
</table>
</body>
</html>
voila mon fichier index.html je n'est pas fais de feuille css car j'ai que 5 mo sur mon domaine et l' intégralité de mon site est héberger ailleurs donc comment dois-je procéder?
merci de t'occuper de mon probleme Kopros.
voila un aperçu du probleme : https://www.hiboox.fr/
Garynho
Messages postés
19
Date d'inscription
dimanche 21 décembre 2008
Statut
Membre
Dernière intervention
20 septembre 2012
22 janv. 2010 à 14:56
22 janv. 2010 à 14:56
sa ne fonctionne pas, je t'es envoyer un message priver sur CCM
bg62
Messages postés
23664
Date d'inscription
samedi 22 octobre 2005
Statut
Modérateur
Dernière intervention
17 décembre 2024
2 392
22 janv. 2010 à 17:08
22 janv. 2010 à 17:08
?
rudak
Messages postés
590
Date d'inscription
samedi 7 juin 2008
Statut
Membre
Dernière intervention
4 juin 2011
46
22 janv. 2010 à 15:18
22 janv. 2010 à 15:18
envoie pas de message privés , la résolution ici mème de ton problème aidera tot ou tard un camarade...
bg62
Messages postés
23664
Date d'inscription
samedi 22 octobre 2005
Statut
Modérateur
Dernière intervention
17 décembre 2024
2 392
22 janv. 2010 à 17:14
22 janv. 2010 à 17:14
il y a RAD qui avait fait une super intervention sur ce sujet, faudrait retrouver le lien dans le forum ...
peux-tu mettre ton original en ligne ?
peux-tu mettre ton original en ligne ?
Garynho
Messages postés
19
Date d'inscription
dimanche 21 décembre 2008
Statut
Membre
Dernière intervention
20 septembre 2012
22 janv. 2010 à 18:32
22 janv. 2010 à 18:32
j ai trouver comment contourner le problème via gimp. il génère un code html qui des que la souris passe sur une partie de l'image permet de cliquer a cette endroit et on est rediriger vers un lien voulu.
gimp
filtre
web
image cliquable
et voila reste plus cas selectionner les regions, entrer les liens et tous envoyer sur votre serveur.
Merci pour l'aide.
a la prochaine
gimp
filtre
web
image cliquable
et voila reste plus cas selectionner les regions, entrer les liens et tous envoyer sur votre serveur.
Merci pour l'aide.
a la prochaine
bg62
Messages postés
23664
Date d'inscription
samedi 22 octobre 2005
Statut
Modérateur
Dernière intervention
17 décembre 2024
2 392
22 janv. 2010 à 18:50
22 janv. 2010 à 18:50
bon ça y est j'ai retrouvé les deux liens qui sont quasiment des 'tutos' regarde bien toutes les explications, c'est le top !
https://forums.commentcamarche.net/forum/affich-11686756-texte-sur-une-image
et
https://forums.commentcamarche.net/forum/affich-11665634-aide-mapping
bon courage et tiens-nous au courant ...
https://forums.commentcamarche.net/forum/affich-11686756-texte-sur-une-image
et
https://forums.commentcamarche.net/forum/affich-11665634-aide-mapping
bon courage et tiens-nous au courant ...