Hi Uwe,

One place to start would be to have a look at: 
http://tiddlywiki.com/talkytalky

It sets the height of all it's tiddlers the same in CSS

body.tc-body .tc-tiddler-frame { border: 0; margin-bottom: 0; min-height: 
> 1000px; }

You can do this on a per-tiddler basis in the following way.

1. Make a tiddler with any title and tag it with $:/tags/Stylesheet
2. In the body of the tiddler put something like

.tc-tagged-minheight {
>      min-height: 1000px;
> }


where 'minheight' is your choice

3. Tag the tiddlers to which you want this css to apply with the tag 
'minheight'

I'm afraid I don't know css at all and am in the habit of googling for 
specific settings when I want them so there may be a better (responsive) 
way to set the height etc.

Reg

On Saturday, October 11, 2014 9:46:03 AM UTC+11, Uwe wrote:
>
> Good morning ;-)
>
> Here
>
> http://bbz-dormagen-tools.de/Mobil/TW/01-test/#Webquest
>
> you can see a Tiddlywiki-Template for Webquests. When it is ready made, 
> the text of each of the six Tiddlers ([[Einleitung ins Thema]], 
> [[Arbeitsauftrag]], [[Vorgehensweise]] etc.) is not anymore as long as now. 
> The texts will usually end somewhere in the middle or near the bottom of 
> the monitor. (See the first horizontal lines.)
>
> I would like to have each tiddler at the same height, ideally depending on 
> the monitor size. If there is not enough content, the rest of the 
> tiddler-content should stay white. The size of all tiddlers should end at 
> the same position, near the bottom of the page, so that there is no 
> scroll-button at the right side.
>
> If the content is exceptionally very long, then a scroll-bar at the right 
> side of the tiddler (not: the tiddlywiki) should occure. (The MainMenu at 
> the left should always be visible.)
>
> Is there a way to set the height of each tiddler (which hold a different 
> amount of content) to the same size?
>
> Or better:
>
> Is there a way to set the height of each tiddler (which hold a different 
> amount of content) to the viewport?
>
> Greetings
>
> Uwe
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to