I have to hide a table that looks like this:
<table style="width:100%;">
<tr>
<td style="color: #929292; font-size: 11px; text-align: center;">
© 1999 - 2012 MyCO™ Marketing Technologies™, MyApp<sup>®</sup>
</td>
</tr>
</table>
I have tried just about everything, nothing seems to work. When I tried the various contains, I get a null error and if I include the full text I get a string error.
1 Answer