Lets start with a sample page:
http://www.thewindowsclub.com/winguard-pro-password-protect
I want to get rid of the two lines inside the article which start with "RECOMMENDED:"
Therefore I coded:
but this does not work.
The command was told me to delete (only) the next <div> element above a certain string (here: "RECOMMENDED:")
Whats wrong?
Peter