Mono Support How to create 3 zones / columns on homepage ? 

Viewed 6761 time(s), 2 post(s), 12/31/2012 7:01:50 PM - by super
12/31/2012 7:01:50 PM
6018 Reputation 709 Total posts

How to create 3 zones / columns on homepage ?

I know left and right can be created but how to create 3 columns on homepage ?

please help me with the code ?

1
1/3/2013 6:50:35 PM
7207 Reputation 956 Total posts

You can place an instance of PortalWebPartZone or PortalWebPartZoneTableless (the preferred one) wherever you want. It should look like this.

... your HTML code...
<portal:PortalWebPartZoneTableless HeaderText='MyNewZone' ID="myZone" runat="server" Width="100%" ChromeTemplateFile="Standard.htm">
  <ZoneTemplate>
    ... your web parts go here...
  </ZoneTemplate>
</portal:PortalWebPartZoneTableless>
... the rest of your code...

2
This is a demo site for MonoX. Please visit Mono Software for more info.