Hy Liam To create a theme you need to collect all your Tiddlers in a single Theme-tiddler. You have collected the changes you would like to make and added these to the shadow-tiddlers: PageTemplate, ViewTemplate, EditTemplate and StyleSheet.
You can download an empty theme template here: http://tiddlywiki.org/#ThemeTemplate Give your tiddler a name ("LiamTheme") Then copy the shadow-tiddler content from PageTemplate, ViewTemplate, EditTemplate and StyleSheet to the new theme-tiddler. (or just the unique parts that you need for different views) Tag the theme with: systemTheme If you want your theme to be the active theme for viewers add the following to the zzConfig tiddler: config.options.txtTheme = "MY_THEME"; Bauwe -- 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.

