View Single Post
Old 12-27-2010, 01:12 AM   #25
DoctorOhh
US Navy, Retired
DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.
 
DoctorOhh's Avatar
 
Posts: 9,897
Karma: 13806776
Join Date: Feb 2009
Location: North Carolina
Device: Icarus Illumina XL HD, Kindle PaperWhite SE 11th Gen
Quote:
Originally Posted by JayLaFunk View Post
I have this ticked Preferences>Conversion>Common Options>Structure Detection>Insert Metadata as page at start of book - As I want the book summary in the metadata...

Have tried reconverting the books that are still showing tags but can't get rid of them...
You can find the style.css file that controls what is inserted in the Book Jacket here.

C:\Program Files\Calibre2\resources\jacket\style.css

Code:
Find this area in the file.

table.cbj_header tr.cbj_tags {
    /* Uncomment the next line to remove 'Tags' from banner section */
    /* display:none; */
    }

and change it to 

table.cbj_header tr.cbj_tags {
    /* Uncomment the next line to remove 'Tags' from banner section */
    display:none;
    }
After this change tags will not be part of the book jacket in any future conversion.
DoctorOhh is offline   Reply With Quote