3 Columns instead of two on the home page

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 Jahre weitere
Hi,

Just to let you know I have copied your code and it works a treat! Thanks very much, this was just what I was looking for.

James.
13 Jahre weitere
Old topic, but the current version, i just went into the Modules/HomePageProducts.ascx and changed the repeatcolumns to 3:

<asp:DataList ID="dlCatalog" runat="server" RepeatColumns="3" RepeatDirection="Horizontal"

could change it to 4, or 5, or 1 etc...
13 Jahre weitere
I want to change all 3 column headers to two columns. So am I to change the master page embed of every file from ThreeColumn.master to TwoColumn.master?

If I do that then when there is an update will all of these changes be reset?

I sure wish theming was independent from the core files. Sure we can adjust the CSS in App_Themes but layouts are called in through nested master pages from all of the .aspx pages.

MasterPageFile="~/MasterPages/TwoCoulmn.master

If I save my changes then will I need to apply them to every future version again?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.