I am trying sharepoint in a small developing environment. I have a master frontpage that use a specific layout defined in a custom masterpage (master-front.master). It look like this
| left box | content box | right box |
and that frontpage will have subsites that I want to use another custom masterpage (master-main.master) that look like this:
| left box | content box |
But I cannot get it to work.
Under "Frontpage" I have a subsite called "Organization" where I have manually set the secondary masterpage. When I create i new subsite under "Frontpage" it gets the default sharepoint masterpage. But I want anything under "Frontpage" to use master-main.master.
Is there something I am missing?