Page 1 of 1

Need to block content based on what the link text is.

Posted: Tue Aug 28, 2007 1:11 am
by Kubica
Can someone tell me how I would block this table row?

Code: Select all

<tr>
	<td>
 		<a href="blah.com">IF IT HAS THESE PHRASE FOR THE LINK, THEN BLOCK THE TABLE ROW</a>
	</td>
</tr>
Thanks!

Re: Need to block content based on what the link text is.

Posted: Tue Aug 28, 2007 1:24 am
by chewey
This cannot be done with ABP.

Posted: Tue Aug 28, 2007 1:53 am
by jamieplucinski
You could block the link, but nothing else. Unless the table has identifiers for the DIV, but then that'd just be a static block and not conditional based on the row's content.