Quote:
Originally Posted by Le_Sparte
Well, everything went fine. I'm ok with my styling (no vertical-align for my title, but there's no way to do it, right?).
There's a last problem though. I now have a three-pages TOC. I'm fine with it, but if I select the start of the book with the previewer, the second page of my TOC shows up.
Hitch, you're saying there's absolutely no tick to change this?
|
I have had to clean up a few books that had really ugly TOC's....100+ chapters all named "1", "2", "3", etc.
I didn't like having several pages of numbers either so I did something that some people would consider taboo...I used a table.
I created a table with 4 columns and then just put the first several chapters in column 1, the second in column 2, etc. so I ended up with a TOC that looks like:
Cover
Dedication
Chapters:
1 11 21 31
2 12 22 32
3 13 23 33
4 14 24 34
5 15 25 35
6 16 26 36
and on...
About the Author
{note - the spacing is formatted to look a lot better in the book...it just doesn't display well on this forum. But you get the idea.}
I have not tried to get a table accepted by amazon...Hitch would definitely be able to let you know if they don't allow it...but it works very well on the ereader of my choice.
Some things to think about when using tables:
Think how it will look on a small screen...you will only get a few columns...I use 4 as a max.
Your links have to be inside the <td> tags eg. <td><a href="...">1</a></td>
I chose to just have a single row with my 4 columns so the <td> tags looked like:
I hope that helps.