Quote:
Originally Posted by InfinityComics
|
That explains why it's not in order. Get rid of the parenthesis. Some comic reader apps don't handle those well. Also, use 2- or 3-digit page numbering. Not all reading systems use natural sorting so the order in which those are displayed may be as follows (based on string comparison):
Code:
HeroChronicles_page_ (1)
HeroChronicles_page_ (10)
HeroChronicles_page_ (11)
...
HeroChronicles_page_ (19)
HeroChronicles_page_ (2)
HeroChronicles_page_ (20)
HeroChronicles_page_ (21)
...