You can either set up a static HTML holding page on your domain while your new site is being worked on or set one up on your new REC site instead.


To use REC, do the following:


Create an image or text announcing your new site is coming soon on the Home Page.


Insert the following lines of code in your content to hide the header and footer sections of the site:


<style>

#header { display: none; }

#footer { display: none; }

</style>


Save the page.


Note to designers: You may wish to create a separate "Home2" page which you can then access to see your full REC site including headers, navigation and footer while you are working on the new site. Then replace the Home page with the temporary content with your Home2 page or content.