View Single Post
Old 12-27-2010, 08:32 AM   #27
JayLaFunk
Connoisseur
JayLaFunk will become famous soon enoughJayLaFunk will become famous soon enoughJayLaFunk will become famous soon enoughJayLaFunk will become famous soon enoughJayLaFunk will become famous soon enoughJayLaFunk will become famous soon enough
 
JayLaFunk's Avatar
 
Posts: 94
Karma: 538
Join Date: Nov 2009
Device: iPad
Quote:
Originally Posted by dwanthny View Post
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.
Cheers, that has done the trick and got rid of the tags but I can't understand when I am in the Edit Metadata Information box, I delete the tags then convert book, tags do not show in the Tag column after convertion but show in the book viewer and on my iPad
JayLaFunk is offline   Reply With Quote