Quote:
Originally Posted by jackibar
Is there any way to format the Table of Contents that Sigil generates? For example, having the h2 tags indent a certain amount and the h3 tags indent a certain amount. It seems the way it is defaulting is to leave a much larger indent than I would prefer...
|
If I'm understanding the jackibar's question, a degree of control can be asserted by adding appropriate code in the CSS file generated by Sigil.
e.g.,
h2 {text-align: left; text-indent: 10%}
h3 {text-align: left; text-indent: 20%}
etc.