Thread: BD TOC Question
View Single Post
Old 10-26-2008, 11:53 PM   #3
nrapallo
GuteBook/Mobi2IMP Creator
nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.
 
nrapallo's Avatar
 
Posts: 2,958
Karma: 2530691
Join Date: Dec 2007
Location: Toronto, Canada
Device: REB1200 EBW1150 Device: T1 NSTG iLiad_v2 NC Device: Asus_TF Next1 WPDN
In the thread TIP: Attention: All Book Designer users creating .IMP books..., I gave some interesting tips when using BD, specifically for your situation, adapting (and paraphrasing) Tip #2 at the bottom of the page in Book Designer:
Tip #2 margins

There is no way in BD to change the CSS/Style items. However it is possible to add this data to the file before converting it. All you need is a text editor and to follow these steps:

-Ensure you have checked the 'load last book at startup' in Configuration/Settings/program settings menu item for this to work better.

-Finish your eBook, save it and exit BD.

-Now with your text editor, open the .html0 file in the 'LastFile' directory (in the BD install directory).

-For each TOC entry, add STYLE="text-decoration:none" to the <A HREF="#BdToc_1">, etc tags, like this:
Code:
<A STYLE="text-decoration:none" HREF="#BdToc_1">
<A STYLE="text-decoration:none" HREF="#BdToc_2">
<A STYLE="text-decoration:none" HREF="#BdToc_3">
...
and save the .html0.

-Restart BD, have it load the last book you were just working with (and changed the TOC lines) and 'make eBook' as usual.

Other items can be modified it in the style statement but BD may not understand all of them.
nrapallo is offline   Reply With Quote