View Single Post
Old 12-10-2012, 12:20 PM   #9
Andy Sinden
Member
Andy Sinden began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Dec 2012
Device: pc
Quote:
Originally Posted by mncowboy View Post
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!
Andy Sinden is offline   Reply With Quote