Positioning Progress Bar and Page Numbers
Hi,
I defined a page layout template which shall include a progress bar and the page numbers. For that purpose I included
<cc1:ControlLayoutZone ID="_pageNumberZone" ZoneName="Page Numbers" runat="server" /> and
<cc1:ControlLayoutZone ID="_progressZone" ZoneName="Progress Bar" runat="server" />
inside a table of my html markup to display it at the end of my survey.
But when I test the survey the progress bar and the pagenumbers are displayed at the top of the page and in my html table two spans appear:
<span id="Responseview_PageLayout_1001__progressZone"></span>
and
<span id="Responseview_PageLayout_1001__pageNumberZone"> </span>
I do not see what I have to do to display the two items in my html table?
Is there any solution for that?
Thank you!
|