Hi Andrew
On Sat, Dec 6, 2014 at 11:54 PM, andrew.j.harrison84 <
[email protected]> wrote:
> Is it possible to use CSS to style the iframe generated when using
> the _canonical_uri field?
>
There's no class assigned to the iframe at the moment, so you'll have to
wrap it in an element that does have a class. For example:
<div class="tc-my-transcluded-tiddler">
{{my tiddler with a canonical uri field}}
</div>
Then in the stylesheet:
. tc-my-transcluded-tiddler iframe {
border: 10px solid red;
}
Would that be sufficient?
Best wishes
Jeremy.
>
>
>
> Sent from my Samsung Epicâ„¢ 4G Touch
>
> --
> 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.
>
--
Jeremy Ruston
mailto:[email protected]
--
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.