baseportal | |||
English - Deutsch | "Es gibt keine dummen Fragen - jeder hat einmal angefangen" | ||
|
Ausgewählter Eintrag: | Zur Liste |
<perl> out "<table border=1>\n"; get "Id==*", "hersteller"; while(get_next("hersteller")) { if (($cnt % 2) == 0) { out "<tr>\n"; } $cnt=$cnt+1; out " <td VALIGN=TOP ALIGN=RIGHT WIDTH=200><P ALIGN=RIGHT><A HREF=\"http://www.$Herstellerlink\" TARGET=\"_blank\"><IMG HEIGHT=\"$Bildhoehe\" WIDTH=\"$Bildbreite\" SRC=\"http://..../$Bild\" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0></A></td>\n"; out " <td VALIGN=TOP ALIGN=LEFT WIDTH=130><P>$Partnerart</P></td>\n"; if (($cnt % 2) == 0) { out "</tr>\n"; } } if (($cnt % 2) != 0) { out "</tr>\n"; } out "</table>\n"; </perl>
Alle Einträge zum Thema: | Zur Liste |
<perl> out "<table border=1>\n"; get "Id==*", "DEINEDATENBANK"; while(get_next("DEINEDATENBANK")) { if (($cnt % 2) == 0) { out "<tr>\n"; } $cnt=$cnt+1; out " <td>$Bild</td>\n"; out " <td>$Beschreibung</td>\n"; if (($cnt % 2) == 0) { out "</tr>\n"; } } if (($cnt % 2) != 0) { out "</tr>\n"; } out "</table>\n"; </perl>
<perl> out "<table border=1>\n"; get "Id==*", "hersteller"; while(get_next("hersteller")) { if (($cnt % 2) == 0) { out "<tr>\n"; } $cnt=$cnt+1; out " <td VALIGN=TOP ALIGN=RIGHT WIDTH=200><P ALIGN=RIGHT><A HREF=\"http://www.$Herstellerlink\" TARGET=\"_blank\"><IMG HEIGHT=\"$Bildhoehe\" WIDTH=\"$Bildbreite\" SRC=\"http://..../$Bild\" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0></A></td>\n"; out " <td VALIGN=TOP ALIGN=LEFT WIDTH=130><P>$Partnerart</P></td>\n"; if (($cnt % 2) == 0) { out "</tr>\n"; } } if (($cnt % 2) != 0) { out "</tr>\n"; } out "</table>\n"; </perl>
> wo liegt der Fehler?
out " <td VALIGN=TOP ALIGN=RIGHT WIDTH=200><P ALIGN=RIGHT><A HREF=\"http://www.$Herstellerlink\" TARGET=\"_blank\"><IMG HEIGHT=\"$Bildhoehe\" WIDTH=\"$Bildbreite\" SRC=\"http://..../$Bild\" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0></A></td>\n";
Liste der Einträge von 53850 bis 54000: | Einklappen | Zur Eingabe |
Neueste Einträge << 10 | 9 | 8 | 7 | 6 | 5 | 4 | 3 | 2 | Neuere Einträge < | Zur Eingabe | > Ältere Einträge | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 >> Älteste Einträge |
© baseportal.de. Alle Rechte vorbehalten. Nutzungsbedingungen |