Home page |
Top Previous Next |
Now we will create the home page. Delete the existing /Home page. Click the root and click New to create a new Page (menu item) document. Enter the page name Home and choose to create a blank page using the Simple layout:
Click Save to create the page.
Now we will define a new HTML layout for our home page. Click the Home page. Switch to the Design mode and edit the HTML layout. Replace the default code with following code:
Click Save to save the new layout and close the HTML layout editor. Add the Text/Editable text web part into the zoneCenter zone. Set its properties:
Click OK. Add another Text/Editable text web part into the zoneRight zone and click OK. Set its properties:
Click OK. Click the Page tab. Now you can see that the page contains two editable regions. Enter the following text:
Click Save.
Click Live site and you will see the home page of your new web site:
Configuring the web site home page
When the site visitor comes to the root of your web site (e.g. to http://www.mydomain.com), the system needs to know which page should be displayed as a home page. Go to Site Manager -> Settings, select My web site in the drop-down menu, click Web site and make sure the value Default alias path is set to /home, which is the alias path of our new home page. If not, please uncheck the Inherit from global settings box, enter the value and click Save.
|