Points to Note
You can choose to add different identifying text at the end of the addresses - you are not confined to using _BLNK. That’s just how I do it. You could use something like _ExtLink. Just aim to make the text unique and try not to use any spaces or awkward characters. Don’t forget to alter your searches accordingly.
If you wish to make your internal links open in new windows, you can either edit the HTML files by hand and add target=”_blank” , or you can still use the method with MassReplaceIt by making the link external and entering the exact web address of your internal page, and then add _BLNK as described above, so for example, if I wanted to make a link to my home page open in a new window, I’d make the link an external one, then enter http://www.rowan-cottage.co.uk/Site/Home.html_BLNK as the address.
So, there you go folks. Hope you find it useful.
SUMMARY
STEP 1 - Add _BLNK to the end of any external address in Inspector > Link that you wish to open in a new window
STEP 2 - Using MassReplaceIt, replace _BLNK" title= with “ target="_blank" title= and replace _BLNK" with " in all your HTML files.
Got any comments or feedback or need help? Let me know!