Hi Tom,
The following should wok better. (some comments after the block)
<table width="100%" border="1" cellspacing="2" cellpadding="8" align="center" bgcolor="#D0D0D0">
<tr>
<td bgcolor="#FFD2FF">
[blk_res.country;block=td;parentgrp=country]
<table bgcolor="#CFE7CF" width="100%" border="1" cellspacing="0" cellpadding="4">
<tr>
<td width="20" bgcolor="#FFF5D2">•</td>
<td colspan="3" bgcolor="#FFF5D2"><u>[blk_res.city;block=tr+tr;headergrp=city]</u></td>
</tr>
<tr class="text-mini">
<td bgcolor="#FFF5D2"> </td>
<td bgcolor="#F0F0F0"> </td>
<td bgcolor="#F0F0F0"><strong><em>Nom</em></strong></td>
<td bgcolor="#F0F0F0"><strong><em>Score</em></strong></td>
</tr>
<tr>
<td bgcolor="#FFF5D2"> </td>
<td width="20" bgcolor="#F0F0F0">°</td>
<td width="100" bgcolor="#F0F0F0">[blk_res.winner;block=tr]</td>
<td bgcolor="#F0F0F0">[blk_res.score;block=tr]</td>
</tr>
<tr>
<td bgcolor="#FFFFDF">→ </td>
<td colspan="3" bgcolor="#FFFFDF"><span class="text-mini">[blk_res.city;block=tr;footergrp=city]</span></td>
</tr>
</table>
</td>
</tr>
</table>
|
My comments about your snippet:
a) The TBS tag with "footergrp=country" is considered as a simple TBS field. Parameters "block=..." and "footergrp=..." are ignored because the tag is contained itself into the block previously defined by another tag.
b) In the first tag, paramater "headergrp" is not the proper parameter to use. Since the block contains other sections of the same block, it should be "parentgrp=country" in order to work. Parameter "parentgrp" is the only parameter which enables you to have a sections into other sections of the same block.
c) Tag [blk_res.country;block=tr;] should be deleted, it use a record to be displayed.