Quote:
Originally Posted by Turtle91
On a completely different note: if you are using images that are 9000 pixels wide I would suggest that is WAY too large for an ePub.
|
I'm not - it's just that the one I'm using is wider than the 1000 you specified in your original sample, so I just set it to some high number that I knew I wouldn't reach.
Quote:
Originally Posted by Turtle91
Also, check that the stylesheet is linked properly. I see the link info in the head (missing the required <title>) but it may not be the correct info. In Sigil right-click on your xhtml file in the book browser window on the left and select “link stylesheet” then check the box on the stylesheet.
|
That was the way I included it. I just omitted the <title> in my summary tag as it wasn't relevant for the information I wanted to show (since I included the compiled ePub file).
Quote:
Originally Posted by Turtle91
You can also try adding a colored border during troubleshooting to make sure it is actually applying the css.
|
That's a splendid advice. I'll try that out.