Quote:
Originally Posted by PatNY
While there are some regex experts here, two more questions:
1) Is it possible to change all-caps text in a toc.ncx file to initial caps? For example I would like to change: <text>ICE CREAM</text> to <text>Ice Cream</text>
2) Is it possible to have some of the items in the metadata TOC underlined or italicized? I get the feeling this is not possible but I am not sure.
|
Not your answer, but is your TOC being generated by Sigil from Headers?
<h3>ICE CREAM</h3>
you could use:
<h3 title="Ice Cream">ICE CREAM</h3>