Hi Stephen, 

One possible solution will be:

You could create a template named: block  that contains:

<div class="myClass">
{{!!text}}
<div>


Create a Stylesheet tiddler: myStyles   tagged: $:/tags/Stylesheet

.myClass {
  border: dotted blue 1px;
}


and use the transclusion like this


{{tiddlerNameToTransclude||block}}

have fun!
mario

docs: 
http://tiddlywiki.com/#Transclusion%20in%20WikiText:%5B%5BTransclusion%20in%20WikiText%5D%5D%20TranscludeWidget

-- 
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