Hi Liam, The backstage won't be visible when the document is readOnly, i.e., when viewed over http:. When viewed locally, the backstage is visible by default. To make the backstage button less "visible" try this (tip from Eric Shulman):
Place the following into a tiddler tagged with "systemConfig": config.messages.backstage.open.text="\xa0" config.glyphs.codes.bentArrowLeft=["\xa0","\xa0"]; This replaces the "backstage" (and arrow) with "non-breakable spaces", which don't display as visible text, but are still there to be clicked upon. Cheers, Ton On Feb 16, 9:03 am, Liam <[email protected]> wrote: > > To fix it, simply remove the leading/trailing whitespace from each row > > of the table, like this: > > Thanks Eric, you and the other blokes have been a great help. I've > got it working now and am really pleased with it. I'm now looking to > find where I can turn off BackStage visibility. Where does this > reside? I can't find it in the 3 main theme tiddlers, View, Edit and > Page. > > Liam. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

