On 11/22/05, Garner, Shawn <[EMAIL PROTECTED]> wrote: > > There are ways to put content into a tile but there isn't a way to remove > a > tile. > > Say we have a layout that has a menu by default then you extend that > layout > and you don't want a menu.
Instead of thinking about removing tiles from a layout, I would suggest thinking about your hierarchy the other way around. Build a layout that does not have the menu, and another layout (extending the previous one) that does have a menu. Now, for any particular tile, choose the correct layout to extend based on whether you want the menu or not. Craig