View Single Post
Old 12-21-2020, 01:34 PM   #9
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,355
Karma: 20171571
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
You need to select "Publisher's Layout" in Marvin...see the instructions I left in your post in the Marvin forum.

After doing that, Marvin still allows you to change margins, font-size, etc.

Also, the others are referring to the fact that your html file is not "linked" to the css file...in Sigil simply right click (or multi-select) on the file(s) you want to link in the Book Browser section (usually on the left of the window) and select "Link Stylesheets". Without a linked stylesheet all of those class="..." tags won't reference any of the styling.

It will end up looking something like this:

Code:
<head>
  <title>Cover</title>
  <link href="../Styles/styles.css" type="text/css" rel="stylesheet"/>
</head>
Turtle91 is offline   Reply With Quote