Unwissender: Dringende Unterstützung

Beitrag lesen

Hallo Zusammen.
Ich brauch mal einen Fachmann in Sachen html Programmierung.

Mein Problem ist, dass ich ein standard Formular für meinen Onlineshop benötige mit diversen Variablen wie z.B.:

#ARTICLE_TITLE# = Produktname (Titel)
#ARTICLE_SUBTITLE# = Kurzbeschreibung
#ARTICLE_DESCRIPTION# = Artikel-Beschreibung
#ARTICLE_PRICE# = Artikel-Preis
#ARTICLE_NUMBER# = Artikelnummer
#ARTICLE_VPE# = Verpackungseinheit
#PICTURE_1# = 1. Bild des Produkts
#PICTURE_2# = 2. Bild des Produkts
#PICTURE_N# = N. Bild des Produkts

In diesem Template sollen ein paar Bilder eingepflegt werden.
Standardmäßig: ca 200x200pix

Wenn ich es anklicke soll die Originalgröße des Bildes in einem neuen Fenster aufgehen.

Vorlagenbeispiel:
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Neue Seite 6</title>
</head>

<body>

<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">
<table border="0" cellpadding="10" cellspacing="0" align="center" style="width: 780px; ">
<tr>
<td>
&nbsp;</td>
</tr>
</table>
<br>
&nbsp;<table border="0" cellpadding="0" cellspacing="0" align="center" style="width: 780px; ">
<tr>
<td bgcolor="#ffffff" valign="top" align="center">
<table border="0" cellpadding="10" cellspacing="0" style="width: 530px; ">
<tr>
<td align="left" style="font-family: Arial; font-size: 10pt; ">

<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">
<span class="Apple-style-span" style="widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: medium 'Calibri'; white-space: normal; orphans: 2; color: rgb(0,0,0); word-spacing: 0px"><span class="Apple-style-span" style="text-align: left; font-family: Arial,Helvetica,sans-serif; font-size: small"><span class="Apple-style-span" style="text-align: left; font-size: small"><span class="Apple-style-span" style="line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; letter-spacing: normal; border-collapse: separate; white-space: normal; orphans: 2; color: rgb(0,0,0); font-size: medium; font-weight: normal; word-spacing: 0px"><strong>
<font size="4" face="Arial">#ARTICLE_TITLE#</font></strong></span></span></span></span><br>
<span class="Apple-style-span" style="text-align: justify"><span class="Apple-style-span" style="font-family: Calibri"><span class="Apple-style-span" style="text-align: left"><span class="Apple-style-span" style="text-align: left; font-family: Arial,Helvetica,sans-serif"><span class="Apple-style-span" style="line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; letter-spacing: normal; border-collapse: separate; white-space: normal; orphans: 2; font-weight: 700; word-spacing: 0px"><span class="Apple-style-span"><span class="Apple-style-span" style="line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font-family: Arial; white-space: normal; orphans: 2; word-spacing: 0px"><span class="Apple-style-span" style="line-height: normal; widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; letter-spacing: normal; border-collapse: separate; white-space: normal; orphans: 2; word-spacing: 0px">
<span class="Apple-style-span" style="widows: 2; text-transform: none; font-variant: normal; font-style: normal; text-indent: 0px; letter-spacing: normal; border-collapse: separate; white-space: normal; orphans: 2; word-spacing: 0px">
             <font size="2">#ARTICLE_SUBTITLE#<br></font></span></span></span></span></span></span></span></span></span>

</span><i><br>
</i><br>
&nbsp;<br>
&nbsp;<br>
&nbsp;<br>
&nbsp;</td>
</tr>
</table>
</td>
<td bgcolor="#ffffff" valign="top" style="width: 250px; ">
<table cellspacing="0" cellpadding="10" width="100%" border="0">
<tr>
<td>
<table border="0" cellpadding="5" cellspacing="0" align="center">
<tr>
<td>
<a target="_blank" img src="#PICTURE_1">
<img src="#PICTURE_1#" width="220" border="0"></a></td>
</tr>
<tr>
<td>
<a target="_blank" href="">
<img src="#PICTURE_2#" width="220" border="0"></a></td>
</tr>
<tr>
<td>
<span style="font-family: Arial; font-size: 8pt; color: rgb(139, 0, 0); ">
Klicken Sie auf die Bilder um diese im XXL Format
darzustellen!<br>
&nbsp;</span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</span>

</body>

</html>

Bitte um Eure Unterstützung.
Der Unwissende