View Single Post
Old 05-07-2011, 10:54 PM   #1
turygo
Junior Member
turygo began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Feb 2011
Device: kindle 3
how to set chpaters detected different?

We know that we can use calibre to detect chapters by regex,and it works fine.And I wanna set chapters different from other normal paragraph.for example,make their font size bigger and align.
I found that calibre could use CSS to control display of text.I think I can use CSS like
{
h1,h2:font-size:18pt;
text-align:middle;
}
to get my goal.My problem is that how can I set Chapters detected as h1,h2?I've found any options of calibre conversation.But it seems that there is no way to set chapters as h1,h2.Could anyone help me?Thank you.
turygo is offline   Reply With Quote