Hi,
I'm trying to get a line of weeks after a header which contains the month.
The template
<table>
<tr>
<td>
[FreeBook.SMonthName;block=tr;headergrp=SMonthName]
</td>
</tr>
<tr>
<td>
<p>Week [FreeBook.Woche;block=td]<br />
[FreeBook.SDate] - [FreeBook.EDate]<br />
[FreeBook.Price] €
</p>
</td>
</tr>
</table>
|
The generated code ist missing the leading <tr> tag at the beginning of the line.
<table>
<tr>
<td>
Juli 2006
</td>
</tr><td>
<p>Woche 30<br />
23.07. - 29.07.<br />
750 €
</p>
</td>
<td>
<p>Woche 31<br />
30.07. - 05.08.<br />
750 €
</p>
</td>
...
|
Please assist. Best regards
Karl
TBS 3.1, PHP 4.3.10, MySQL 3.23.49