PHPDIG_EXCLUDE_COMMENT doesn’t work
I wanted to exclude some text out of the search engine of phpdig:
<!-- phpdigExclude --><table width="100%" border="0" cellpadding="0" cellspacing="0" id="subnav">
<tr>
<td valign="top"><div align="right"> <a href="e_artauth_intro.html" class="artistssub1" onfocus="this.blur()">About our<br />
Artists & Authors</a><br />
<br />
<a href="e_artists_zwerger.html" class="artistssub2" onfocus="this.blur()">Lisbeth Zwerger</a><br />
<br />
<a href="e_authors_bardill.html" class="artistssub1" onfocus="this.blur()">Authors</a><br />
</div></td>
</tr>
</table><!-- phpdigInclude -->
This is the code of the subnavigation and I don’t want that phpdig index the names in this table.
Why doesn’t it work?
Thank you for help.
Herbert
|