Danke für die schnelle Hilfe
echo $Teil1 . '<span class="rot">' . $Teil2 . '</span>' . $Teil3;
klappt prima.
Ich hatte es so versucht
<?php echo $Teil1;?>
<span class="rot"><?php echo $Teil2; ?></span>
<?php echo $Teil3,", ";?>
mit der Ausgabe: Kond ito rei
Gruß qwert