That should do the trick: +++[Sample]...<html><iframe src="http://dejure.org/gesetze/BGB/1.html" width="100%" height="1000" /></html>===
Of course, if you want to use a transclusion, for example if you want to use this same syntax for many other pages, then you need to do this: Create a tiddler SampleTransclusion (or namen it whatever you want). In it, put this: +++[Sample]...<html><iframe src="http://dejure.org/gesetze/BGB/ $1.html" width="100%" height="1000" /></html>=== In your tiddlers, which must be named the same as the target page(!), put the following: <<tiddler NewTiddler with:{{tiddler.title}}>> Note that this exact transclusion will only work for sites which have the path: "http://dejure.org/gesetze/BGB/" and end on ".html". Also, you can set your own width and height. The three dots after [Sample] defer the loading of the iframe until you actually click on the link. This speeds up the rendering of the tiddler. Of course, if the tiddler only displays that page, then you can get rid off the whole nested sliders syntax. w On 7 mar., 12:54, Cyrill <[email protected]> wrote: > Hi, > > I read this some days before, but the wish links will not be executed > > wish adress :http://dejure.org/gesetze/BGB/1.html > > example: > > Tiddler title : 1 > > +++[Sample] > [<img src=http://dejure.org/gesetze/BGB/$1.html)>] > === > > What goes here wrong ? > > TX -- 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.

