Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Is there a way to do this without manually going through and editing every node?
I actually want to replace a hundred or so deprecated target="_blank" attributes with rel="external" attributes for XHTML 1.0 compliance, but it could be anything - a name, address, etc. Must be a FAQ, but I haven't been able to find any solutions here.
I was expecting an SQL query could do it, against whatever table contains node bodies. Which I thought would be 'node', but it doesn't seem to be. Where do node bodies live?
Let suppose there is an html page at www.abc.com/index.html which contains textual data as well as some images (which are stored on same server). For instance
content of index.html