Thank you that worked. One more question - the font is changing size when 
the print margin changes (shrinking when the margin is bigger). Is there a 
way to stop that happening?

Maybe it's simpler if I say what I'm trying to accomplish. I print out a 
portion of my TW to use as lecture notes, and I like to have space to 
annotate these notes on the right hand side. On the computer screen I want 
the tiddler to cover the whole screen (depending if I have the sidebar 
displayed or toggled off), but when printing I only want it to cover part 
of the page.


On Monday, 6 February 2017 18:11:22 UTC-5, Drevarr the Old wrote:
>
> Try adding a printMargin tiddler tagged with $:/tags/Stylesheet.
>
> add the following text:
> @media print {
>     @page {
>         margin-right: 4.0cm;
>     }
> }
>
> change margin: 4.0cm to your preference.
>
> Set the type to: text/css
>
> Save and print something
>
>
> On Monday, February 6, 2017 at 4:59:10 PM UTC-5, Andrew Lister wrote:
>>
>> If this is already in the documentation that comes with TW, I apologize, 
>> but I didn't see it. If it isn't, I promise to write it up.
>>
>> On Monday, 6 February 2017 16:58:10 UTC-5, Andrew Lister wrote:
>>>
>>> I'd like to have a big right-hand margin of blank space when I print. 
>>> I'm sure there must be an easy way to do this, and perhaps I even used to 
>>> know how...  some CSS in a tiddler tagged "$:/tags/Stylesheet"? 
>>>
>>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3132299f-ad1f-4c1c-8180-a61fb800943c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to