Copy link to clipboard
Copied
On all the files on my website , I have in my code target=_blank , I need to change all ( and they are quite a lot ) , to target=_self , how can I make this automatically to all the website pages ?
Copy link to clipboard
Copied
Hi! You've posted this in Using The Community.
Please let us know which Adobe software you're using, and a moderator will move your post to the relevant community or share how to best get support 🙂
Copy link to clipboard
Copied
Dreamweaver
Copy link to clipboard
Copied
I was led here via a link from online chat support
Copy link to clipboard
Copied
I'll move this to the Dreamweaver forum for you, which is the appropriate forum for your question.
The Using the Community forum is for help in using the Adobe Support Community forums, not for help with specific programs, installation issues, or account issues such as subscription questions or billing problems, or generalized questions about Creative Cloud services.
* Product questions should be posted in the associated product community.
* Installation questions should be posted in the Download & Install community.
* Account issues, including subscription questions or billing problems, should be posted in the Account, Payment, & Plan community.
* Questions about the Creative Cloud desktop app or general questions about apps in the Creative Cloud should be posted to the Creative Cloud Services community.
Copy link to clipboard
Copied
In newer versions of DW...
1. Hit Cmnd/Ctrl + Shift + F for the Find & Replace in Files option
2. In the Basic tab, add your code to be replaced to the Find field
3. Change "In" to Entire Current Local Site
4. Leave [any tag] as is
5. In the Replace field, place the code you want to change to
6. Hit Replace All
Copy link to clipboard
Copied
Stripping target="_blank" from your anchor tags is ALL that's required. Target="_self" is the default behavior. No code expression needed.
To remove targets from anchor tags, use Ctrl+Shift+F and the Advanced panel. See screenshot.
Hope that helps.