Hello All, Is it possible to use a master page on a root SP web application for all its children sites? In other words, for a site called http://myspsite I have a customized master page called "mycustom.master". I would then like to create a site within this web application cammed "newSubsite" so it points to http://myspsite/newSubsite. Would it be possible to have this new site use the same master page as its root ("mycustom.master") ?
What i am affraid is that this isn't possible and i will need to copy the "mycustom.master" to each child site if i want to use the same one.
Thank you all in advanced.