View and saving the source code
Steps to view and save source code are different, depending on the browser you're using.
Firefox
Verified for version 116
- Right-click on the page you want to view the source for.
- Select View Page Source.
- A window opens showing the source code. - Right-click and select Save Page As.
- Select Save as type: Text Files.
- Save the file as a .txt file. Example file name: source_code.txt.
Chrome
Verified for version 116
- Right-click on the page you want to view the source for.
- Select View page source.
- A window opens showing the source code. - Right-click | select Save As.
- Select Save as type: Webpage, HTML Only
- Save the file as a .txt. Example file name: source_code.txt.
Safari
Verified for version 16.5
In order to view a page's source code in Safari, you'll need to make sure that Show develop menu in menu bar is enabled:
- Click on Safari in the navigation bar and select Preferences.
- Go to the Advanced tab.
- Check Show develop menu in menu bar.
Now you can view a page's source code.
- Right-click on the page you want to view the source for.
- Select Show Page Source.
- Click inside Web Inspector, then click Command+A to select all.
- Click Command+C to copy.
- Open TextEdit.
- Click Command+V to paste the code in TextEdit and save the file. Example file name: source_code.txt.
Edge
Verified for version 116
- Right-click on the page you want to view the source for.
- Select View page source.
- A window opens showing the source code. - Right-click | select Save As.
- Select Save as type: Webpage, HTML Only
- Save the file as a .txt. Example file name: source_code.txt.
Tip: If you're communicating with Turbify Support, you can attach the .txt file to an email you send to us.