jwhelan-jcwhelan
-
11/25/2008 2:21:29 PM
Text Region in the Master Page
We are new to Kentico and want to have a text region in our master page that we can edit on a page per page basis, in fact if we could display the meta-description text in that region it would be great, but just a text part. How do I create an editable section in the master page that can change from page to page?
Below is our code for creating a static message in the master page header, but we want to change the wording.
Pleas help.
Here is how we added it in the master page body section:
<div class="zoneMessage"> <cc1:CMSWebPartZone ID="zoneMessage" runat="server" /> </div>
Here is our CSS code:
.zoneMessage { float: left; margin: 110px 0 0 340px; width: 320px; font-size: 16px; font-weight: bold; text-align: center; color: #ffffff; line-height: 20px; }
|