So sieht der Quelltext aus:
<?
....
while($row = mysql_fetch_assoc($result)){
$anzahl=$anzahl+1;
echo '<tr><td width="30%"><font color="#FFFFFF"><b>';
echo $row['name'];
echo '</b></br>';
if ($row['email']!=""){print ('<a href="mailto:'); echo no_spam($row['email']); print('"><img border="0" scr="hp/gaestebuch/mail.gif" width="16" height="14"></a>');}
....
?>
Irgendwie werden die Bilder nicht angezeigt?!
siehe hier: http://sebma.de.vu/ (Gästebuch)