Adding YouTube videos to your pages

To add a YouTube video to your pages, insert the embed code for the video into the .htm file for your page. The .htm files are located in the Content folder.

For example, to add a YouTube video on your home page, open the Content folder and then open the index.htm file. You can open this file with a text editor such as Notepad or Notepad++, or with your favorite HTML editor.

Here is an example of an embed code for a YouTube video:

<iframe width="420" height="315" src="http://www.youtube.com/embed/8DtZYDuTOY4" frameborder="0" allowfullscreen></iframe>

Be sure to save your changes and then upload the page to your server. You can test your page first by opening the .htm file in your web browser. As long as the page displays properly here, it will also display properly once it's uploaded to your site.