Next thing, I tried this now and it do not work, right at the beginning you can see the picture in the table header and after rendering of ARIJ... the picture is away.
This is the code:
<?php
/* Ausgabe wenn keine Aktion vorhanden ist */
if ($anzahl == 0){
echo '<br/><b align="center">Im Moment gibt es in dieser Kategorie leider keine Aktionen in den Handelsketten.</b><br/><br/>';
}
/* Filialaktionen in Listenform */
if ($anzahl_filialaktionen > 0){
echo '{arijdatatable bPaginate="false" bFilter="false" bInfo="false"}<table width="100%"><thead><tr><th>Produktgruppenaktion</th><th>Zeitraum</th><th>Markt</th>';
if ($userid != 0)
{
echo '<th><img src="images/stories/stift2.jpg"/></th>';
}
echo '</tr></thead><tbody>';
for ($i = 0; $i < $sql2->rows; $i++){
$sql2->Fetch($i);
echo '<tr><td
This is the site:
www.aktionsfinder.at/aktionsfinder/brot-a-gebaeck.html
Login with test test and you will see.
Michael