<tr valign="top">
  <td>
    <asp:WebPartZone ID="WebPartZone2" runat="server">
      <ZoneTemplate>
        <asp:Image ID="Image1" runat="server"
          ImageUrl="Images/Erika.jpg"
          Title="Erika v muzeu">
        </asp:Image>
        <asp:BulletedList Title="Zajmav odkazy" 
             ID="BulletedList1" runat="server" 
             DisplayMode="HyperLink">
             <asp:ListItem Value="http://www.asp.net/" 
                  Text="ASP.NET"></asp:ListItem>                    
             <asp:ListItem Value="http://msdn.microsoft.com/" 
                  Text="MSDN"></asp:ListItem>
             <asp:ListItem Value="http://www.msn.com/"  
                 Text="MSN"></asp:ListItem>
        </asp:BulletedList>
      </ZoneTemplate>
    </asp:WebPartZone>
  </td>
  <td>
    <asp:WebPartZone ID="WebPartZone3" runat="server">
      <ZoneTemplate>
        <asp:Calendar ID="Calendar1" runat="server"
          Title="Kalend">
        </asp:Calendar>
      </ZoneTemplate>
    </asp:WebPartZone>
  </td>
  <td>
    <asp:CatalogZone ID="Catalogzone1" runat="server">
      <ZoneTemplate>
        <asp:PageCatalogPart ID="Pagecatalogpart1" runat="server" />
      </ZoneTemplate>
    </asp:CatalogZone>
  </td>
</tr>
