Hello,
I have master page with portal design, where i have got logo, navigation etc.
Next I want add first-level page items as sections with custom design.
For example:Website
- HomePage (first design)
- About (second design)
--- some pages with same design as About
- Products (third design)
--- some pages with same design as Products
...etc.
All page templates are different on this lines:
HomePage (1. template)<body id="body-body-without-gradient">
<div class="container_12">
<div class="grid_12 header">
About (2. template)<body id="body-with-gradient">
<div class="container_12">
<div class="grid_12 header" id="header-about">
Products (3. template)<body id="body-with-gradient">
<div class="container_12">
<div class="grid_12 header" id="header-products">
Because I can't have more master pages and portal design is better for concept of web then aspx templates, i don't know, how can i overwrite upper example parts of code which are in master page (WebPart is not visible on page items).
I found very much examples how do this, but all are very simple (the best one is
http://devnet.kentico.com/Knowledge-Base/portalengine/Using-different-graphics-for-different-site-sectio.aspx ) where is only changed logo (by this link I need change classes and id's in master template for different site sections).
I hope I wrote it clearly.
Thanks, Lida