<table colspan="1" rowspan="1"
style="vertical-align: center; text-align: center; margin-left: auto; margin-right: auto; background-color: rgb(255, 255, 255); width: 550px;"
cellpadding="2" cellspacing="0" border="30" rules="rows">
<tbody>
<tr align="center">
<td rowspan="1" colspan="4">
<font size="+2"><span style="font-weight: bold;">
<?php
//in diesem PHP-Abschnitt wird der Titel der Tabelle festgelegt;
//es wird geprueft, ob mindestens ein Bild existiert (wenn ja hat $test_pic den Wert "1"
//und es wird der Alternativ-Titel ($tabletitlealternative anstatt $tabletitle) gezeigt
if ($test_pic==1) {
echo $tabletitlealternative;
} else {
echo $tabletitle;
}
?>
<br></span></font>
</td>
</tr>