Thanks Eugene!
I have implemented your modification and tried the following statements then but both don't work (yet); forgive me for being such newbie; I must be doing something very stupid.
Code:
{if $keywords}
<table>
<tr>
<td valign="top"><img src="{$ImagesDir}/keywords_small_icon.gif" width="15" [color=red][b]height="17"></td>
<td>{$lng.lbl_related_keywords} <br>{foreach from=$keywords item=keyword}<a href="_search.php?q={$keyword}">{$keyword}</a> {/foreach}<br></td>
</tr>
</table>
{/if}
and
Code:
{if $keywords ne ""}
<table>
<tr>
<td valign="top"><img src="{$ImagesDir}/keywords_small_icon.gif" width="15" height="17"></td>
<td>{$lng.lbl_related_keywords} <br>{foreach from=$keywords item=keyword}<a href="_search.php?q={$keyword}">{$keyword}</a> {/foreach}<br></td>
</tr>
</table>
{/if}