Je tente d'afficher sur la page suggerer-site.php, le site qui vient de s'incrire :
Voilà ce que j'ai mis, mais l'image ne s'affiche pas ?
Code
<table border="0" cellpadding="0" cellspacing="2" width="70%">
<tr valign="top">
<td width="174" align="center" valign="middle" class="Style2"> <?php echo htmlspecialchars($image); ?> </td>
<td width="513" align="left" valign="middle"><span class="submit Style2"><b><a href='<?php echo htmlspecialchars($url); ?>' title="<?php echo htmlspecialchars($titre); ?> sur l'annuaire immobilier professionnel." target="_blank"><?php echo ($titre); ?></a></b></span><br />
<br />
<span class="Style2"><?php echo ($description); ?></span></td>
</tr>
</table>
<tr valign="top">
<td width="174" align="center" valign="middle" class="Style2"> <?php echo htmlspecialchars($image); ?> </td>
<td width="513" align="left" valign="middle"><span class="submit Style2"><b><a href='<?php echo htmlspecialchars($url); ?>' title="<?php echo htmlspecialchars($titre); ?> sur l'annuaire immobilier professionnel." target="_blank"><?php echo ($titre); ?></a></b></span><br />
<br />
<span class="Style2"><?php echo ($description); ?></span></td>
</tr>
</table>
Est-ce bien correcte ?...
Ludo.
