
: Re: How to alternate row colors of tables in ePub files Can anyone tell me how to create tables with alternating row colors in an epub? For example, I might want the default background color to
0 Reactions
You can use the following CSS rules to style respectively even or odd table rows (See the Example on W3schools):
tr:nth-child(even) {
background-color: #f2f2f2
}
tr:nth-child(odd) {
background-color: #f2f2f2
}
Free books android app tbrJar TBR JAR Read Free books online gutenberg
More posts by @Jamie

: How can I read my epub books on the kobo app on my computer? I have an e-reader (Kobo Touch) where I have downloaded my ebooks in epub format. How can I read those books on the Kobo desktop
0 Reactions

: Within Calibre, is it possible to set a hierarchy on the series field? Calibre supports hierarchical tags, by placing a dot between the parent and the children tags, like, in example: History.Ancient
0 Reactions