Hello!
I wan't to display the table ony if the data is not empty.
Here is my code
<table width="80%" border="0" align="center" cellpadding="2" cellspacing="0">
<tr bgcolor="#FFCC66">
<td colspan="3"><div align="center">Bilder</div></td>
</tr>
<tr bgcolor="#FFEECA">
<td align="center"><a href="[bx_1.url]" target="_blank"><img src="[bx_1.murl]" border="0"></a><br>
[bx_1.title;block=td]</td>
<td align="center"><a href="[bx_2.url]" target="_blank"><img src="[bx_2.murl]" border="0"></a><br>
[bx_2.title;block=td;.]</td>
<td align="center"><a href="[bx_3.url]" target="_blank"><img src="[bx_3.murl]" border="0"></a><br>
[bx_3.title;block=td;.][bx;block=tr;serial]</td>
</tr>
<tr bgcolor="#FFEECA">
<td>[bx_0;block=td][bx;block=tr;serial] </td>
</tr>
</table>
|
onshow and magnet can i not use because the html file ist written to disk and not displayed per Show()
Is there an easier way of doing
$TBS->GetBlockSource("wholehtml");
wholehtml is an block around all html
Bye Peter