> I was wondering if it is possible to limit the
> box to a certain size, like 25 lines, and then I would just scroll to
> see all of the content?
Try adding the following to your StyleSheet shadow tiddler:
.viewer pre {
max-height: 50em; /* not IE6-compatible */
overflow: auto;
}
-- 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
-~----------~----~----~----~------~----~------~--~---