Hello,Can anyone help me to resolve my master page design issue.
Below is the flow of my master page design
1)I have created master page and register to page template(aspx+portal)
2)I have put below line in my master page
@cms:CMSEditableRegion ID=@txtLeft@ runat=@server@ DialogHeight=@400@ RegionType=@HtmlEditor@ RegionTitle=@Top Left Column@ /@
3)I then i have add text into region from browser
4)created aspx template which is using master page
5)created page in content tree
6)Now issue is in content page my added text is not displayed although it is available in master page
7) so is there any way that my text is showing in all child page ?
↧