Trevor


About me


  • Trevor has started 1 topic. 2 people are following it.
  • Trevor has made 0 replies.

Recent activity

Subscribe to this feed
  • problem

    Vu Nguyen replied on March 18, 2008 02:53 to the problem "ToC links with repeated headings" in PBwiki:

    Vu Nguyen
    Hi,

    The ToC doesn't currently handle repeated headings, and I have filed bug ticket #583 in response to your message.

    I'm sorry for the trouble, and hopefully we'll have this resolved soon!
    Vu
  • problem

    Trevor reported a problem in PBwiki on March 17, 2008 08:12:

    Trevor
    ToC links with repeated headings
    So I have a a page with a table of contents that has some repeated headers in it. The formatting is something like this:

    1. Apples
    a. Price
    b. Availability
    c. Taste

    2. Oranges
    a. Price
    b. Availability
    c. Taste

    3. Conclusions
    a. Apples
    b. Oranges

    Now my problem is, when you click on one of the subheadings under the "oranges" section (e.g. 2b), the page links to the same subheading in the apples section (i.e. 1b). When you click on the "apples" subheading under the conclusions section (section 3a), the page links to the first apples section (section 1). The problem seems to be because they all share the same anchor name, so the first one on the page is what everything defaults to. Am I doing something wrong here?