> I have (4) questions and only a few minutes . . .
I appreciate that you might have been in a hurry, but it's not very fair
cramming multiple issues into a single, very curt posting. Also, the
subject line is not very helpful:
http://www.tiddlywiki.org/wiki/Troubleshooting
> 2) ColorPalette in Theme sections not working?
> Referencing: http://www.tiddlywiki.org/wiki/Themes
Currently, the default ColorPalette is hard-coded, and thus not easy to
change within themes.
We're aware of this issue though, and it's gonna be fixed sooner or later:
http://trac.tiddlywiki.org/ticket/717
> 3) Stylesheet: .tiddler overflow:auto
> works good, but then printing will not work if tiddler is greater than
> one page
That's correct. You should create custom rule sets for printing:
@media print {
.tiddler {
overflow: visible;
}
}
-- F.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---