Actually, a duplicate #passages div in sugarcane sounds ideal! I was trying to figure out how to do just that by messing with the Sugarcane html file with no success.
I also have a module, made for me by TheMadExile, which creates sort of a duplicate #passages div in Sugarcane. You could use it to hold your images, freeing the default Twine passages for separate us
The only standard story format that I know of that displays each of the passage titles when view the generated HTML is Johan, if this is the story format you are using you can stop the title being dis
If you mean like in the visual options example on SugarCube's website (recently updated, link: example-visual-options.zip), then you could use something like that yes. Though that's generally more fo
* Majorly overhauled the CSS. Key style changes: reworked how the <body> and #passages elements interact, and reworked the @media queries. Additionally, the CSS has been split in
The hard part is reformating the other CSS elements like body and #passages as theses are what defines the overall page layout. So you will need to adjust their margins, paddings, borders, sizes, etc.
@anthkris09, you could use the nav-index CSS property (i.e, just add to the CSS for the passage link classes), but it looks like support is still very poor for that. A quick look at stackoverflow sugg
Add a stylesheet passage to this file containing the following CSS rule, which will hide the HTML img tag. <br />#passages .passage .content img {<br />display: none;<br />}<br /&
A very basic example. <br />/* Your general CSS goes here. */<br />#passages {<br />/* set some attributes */<br />}<br />/* If the screen is only 640px wide. */<br /&