in
http://www.pd4ml.com/reference.htm#7.4 is described how the template for the table of content is.
So the toc allways look like:
ChapterName ....... 1
NextChapter ......... 2
Is there a possibilty to change the template if you want to change things that cannot changed by simply change the css classes?
We want to add a prefix for each page. So that it looks like:
ChapterName ....... Page 1
NextChapter ......... Page 2
As far as i know i cannot add the 'Page ' with css. The only way i currently see is that create an image with 'Page' and set it as background. But this solution is really ugly and i only would do it if there is no other way.
Anyone any idea?