Quote:
Originally Posted by mncowboy
Andy: Are you using an external stylesheet? Do you have the files stylesheet.css and page_styles.css in the styles folder?
Could you include the first part of your document here? The code view, from the begining to the first few entries in your Table of Contents.
|
Hi - No, I'm not using external sheets, they were built up automatically. My book is in word, i converted it to HTML, added it to Calibre then converted it to epub, then loaded it to Sigil.
Yes, both stylesheet.css and page_styles.css are in the styles folder.
The style for the lines i don't want underlined already has the none entered, as shown below:
}
.calibre6 {
text-decoration: none
The style for the Contents page heading itself is not underlined in book view (which is what i want so is OK). But the code is as follows:
.pcalibre:visited {
color: purple;
text-decoration: underline
Seems the wrong way round to me!