Master.page Example

File Master.page can look as in the following sample. Sitebuilder controls and variables are bolded.

<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body marginheight="0" marginwidth="0" topmargin="0" rightmargin="0" bottommargin="0"
  leftmargin="0">
  <table cellpadding="0" cellspacing="0" style="width: 100%; height: 100%;" class="main-bg">
    <tr>
      <td valign="top" height="264">
         <table cellpadding="0" cellspacing="0" border="0" width="237">
           <tr>
             <td width="237" height="132" class="img_top_header_bg">
               <table cellpadding="0" cellspacing="0" border="0">
                  <tr>
                    <td style="padding-left: 34px;">
                      <a href ="$HomePageUrl$"><img src="$LogoPath$" /></a>
                    </td>
                    <td style="padding-left: 10px;"class="company">$SiteTitle$</td>
                  </tr>
                </table>
             </td>
           </tr>
           <tr>
              <td width="237" height="2" bgcolor="#525051"></td>
           </tr>
           <tr>
              <td width="237" height="130" valign="middle" class="slogan img_bottom_header_bg"
                 align="center">
                 $SiteSubTitle$
                 <div style="width: 237px; height: 0px;"><span></span></div>
              </td>
           </tr>
          </table>
      </td>
      <td valign="top" bgcolor="#525051">
         <table cellpadding="0" cellspacing="0" border="0" width="2">
           <tr>
              <td width="2" height="100%" bgcolor="#525051"></td>
           </tr>
      </table>
      </td>
      <td width="100%" valign="top" class="img_header_bg">
         <table cellpadding="0" cellspacing="0" border="0" width="304">
           <tr>
             <td width="302" height="263" class="img_header"></td>
           </tr>
         </table>
         <div style="width: 100%; height: 0px;">
           <span></span>
         </div>
      </td>
      <td valign="top" bgcolor="#525051">
         <table cellpadding="0" cellspacing="0" border="0" width="2">
           <tr>
              <td width="2" height="100%" bgcolor="#525051"></td>
           </tr>
         </table>
      </td>
      <td valign="middle">
         <table cellpadding="0" cellspacing="0" width="200" align="center">
           <SiteBuilder:Container ID="TopMenu" />
         </table>
         <div style="width: 230px; height: 0px;">
           <span></span>
         </div>
      </td>
    </tr>
    <tr>
      <td colspan="5" height="2" bgcolor="#525051"></td>
    </tr>
    <tr>
      <td colspan="3" height="100%" valign="top" style="padding-top: 26px; padding-right: 28px; padding-left: 28px;" class="pageContent" bgcolor="#1d1d1d">
         <table cellpadding="0" cellspacing="0" border="0">
           <tr>
             <td class="text-header">$PageTitle$</td>
             <td style="padding-left: 5px;">
             <img src="$Theme$/images/bullet.gif" /></td>
           </tr>
         </table>
         <div style="width: 0px; height: 15px;">
           <span></span>
         </div>
         <SiteBuilder:Container ID="Content" />
      </td>
      <td width="2" bgcolor="#525051"></td>
      <td valign="top" style="padding-top: 28px;">
         <table cellpadding="0" cellspacing="0" border="0" width="200" align="center">
           <SiteBuilder:Container ID="SubMenu" />
         </table>
         <div style="width: 180px; height: 0px;">
           <span></span>
         </div>
      </td>
    </tr>
    <tr>
      <td colspan="5" height="2" bgcolor="#525051"></td>
    </tr>
    <tr>
      <td colspan="3" height="100%" valign="top" style="padding-top: 26px; padding-left: 28px;">
         <table cellpadding="0" cellspacing="0" align="center">
           <tr>
             <SiteBuilder:Container ID="BottomMenu" />
           </tr>
         </table>
      </td>
      <td width="2" bgcolor="#525051"></td>
      <td valign="middle" bgcolor="#1D1D1D">
         <div style="width: 0px; height: 10px;">
           <span></span>
         </div>
         <div align="center" class="footer">$Copyright$</div>
      </td>
    </tr>
  </table>
</body>
</html>