Beitrag von Alex (164 Beiträge) am Samstag, 7.August.2004, 12:44.
Bilder Links und rechts die Beschreibung
Hallo Zusammen
Brauche Hilfe. Was muss ich zum Bild dazuschreiben, dass recht davon der Text steht?
Also sieht bei mir bisher so aus:
out "<p> </p>";
out "<p> </p>";
out $Bild;
out "Eintrag vom: ";
out "<b> ";
out $datum;
out " ";
out "</b>";
out "ID: ";
out "<b> ";
out $Id;
out "</b>";
out "Geschlecht: ";
out "<b>";
out $Geschlecht;
out "</b> ";
out "<p>";
out "Name: ";
out "<b>";
out $Name;
out "</b>";
out " ";
out "Rasse: ";
out "<b>";
out $Rasse;
out "</b> ";
out "Alter: ";
out "<b>";
out $Alter;
out "</b>";
out " ";
out $http;
out " ";
out $Email;
out convert_br(convert_links($_raw{text}));
out "<p>";
</loop>
<p>
Danke schon mal
Alex