WiiDS a écrit :
Le code corrigé : Code :
echo '<a href="' . $url_ale. '" class="lien" title="' . $description_ale. ' "target="_blank" onmousedown="return clk(\''. $id_ale. '\')"><img height=\'90\' width=\'120\' src='. $url_image_ale. '></a>';
| Et utilises Notepad++, avec lui tu le vois direct
|
Ou alors tu sors ça de ton code PHP, tu dégages le echo de départ et tu écris
Code :
<a href="<?php echo $url_ale; ?>" class="lien" title="<?php echo $description_ale; ?>" target="blank" onmousedown="return clk('<?php echo $id_ale; ?>');"><img height="90" width="120" src="<?php echo $url_image_ale; ?>"></a>
|
(note: ça rend vachement mieux quand la coloration marche)
Accessoirement j'espère que les descriptions, et URLs ne sont pas rentrés par des "clients" 
---------------
I mean, true, a cancer will probably destroy its host organism. But what about the cells whose mutations allow them to think outside the box by throwing away the limits imposed by overbearing genetic regulations? Isn't that a good thing?