Making a copy of a web page
Sometimes it happens that you need to have an exact copy of an article of a page that you already have in your project. This can be when you want to have several similar pages, differing in some details. Then, instead of manually copying elements one by one, it would be useful to copy the source page, modify the details, and make the next one.
Unfortunately, you can't just select the content of the page with the mouse and then press Ctrl + C to copy the content, as that won't work. You can do it within just one cell of content.
The solution is quite simple:
Click anywhere within the content area in the page you want to copy from.
Click on the Edit pane on the ribbon, and then on the HTML button in the Source group.
Check the Edit whole Article HTML field.
You will get a warning message that reads After editing, the content will be combined into one cell; click on OK.
Now in the HTML editor you will see all the contents of your page...