Assign masterpage to a content

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
Hi,

I've a very easy problem but I can't find the way to solve it.
I need to assign a topic to a masterpage:
1) The blog main page, for some reasons, uses the one-column masterpage while the site is in two-column. How can I fix the problem?
2) How can I assign the correct masterpage to topics created on my own? And, in general, how can I assign masterpages selectivelly?

Can Someone help me? Thank you very much

Riccardo
13 years ago
infinito62 wrote:
Hi,

I've a very easy problem but I can't find the way to solve it.
I need to assign a topic to a masterpage:
1) The blog main page, for some reasons, uses the one-column masterpage while the site is in two-column. How can I fix the problem?
2) How can I assign the correct masterpage to topics created on my own? And, in general, how can I assign masterpages selectivelly?

Can Someone help me? Thank you very much

Riccardo



Change the masterpage link in the aspx page link so:
<%@ Page Language="C#" MasterPageFile="~/MasterPages/TwoColumn.master" AutoEventWireup="true"
<%@ Page Language="C#" MasterPageFile="~/MasterPages/OneColumn.master" AutoEventWireup="true"

Chad
13 years ago
Thank you Chad, found.

Riccardo
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.