After making all these posts on editing CPAO - I can see that it will be nice to have them all together in one paper that can be used for reference. I have uploaded a PDF that has all the CPAO template editing posts in them. Hopefully this will be a help...
Here is the entire listing of the code from the Standard Month Legal template I created.
First - here is the contents of the Metadata.xml file:
<Metadata xmlns="http://schemas.microsoft.com/2005/xcal" Version="1.0.0">
<Name>Standard...
So far everything has been edited in the Content.xml file (located in the \Cal directory after renaming/unzipping the CATX file - see the section on Opening and Saving Template Files) . That is the main file for doing the formatting of a particular template...
Now on to the formatting the footer area of the page. Here is a screenshot and the code:
<!-- Standard Footer -->
<Grid Row="4" Column="1" VerticalAlignment="Top" Margin="0,4,0,0"
RowSetting="Auto" ColumnSetting="*,*,*">...
This section moves into the Day Format area:
<DayFormat>
<Grid RowSetting="*" ColumnSetting="*" Height="Auto"
Style="LevelLeafParent">
<CalendarText Row="0" Column="0" FontSize="46pt" FontWeight="Bold"
Text="#[%d]" FontFamily...