On Wednesday, September 10, 2014 2:14:37 PM UTC-7, Kriss wrote: > > It worked for Sticky Notes, but I am probably not smart enough to > understand Eric's answer :-( > > I have added this part to my PageTemplate tiddler (TWC 2.6.1) > <marquee behavior="scroll" scrollamount="3" direction="left" > class='screenonly'> > <a href="javascript:;" class="tiddlyLink tiddlyLinkExisting" > refresh="link" tiddlylink="Sponsors" onclick="return > onclickTiddlerLink();" > > <img src="sponsor.jpg" width="72px" height="72px" /></a> > </marquee> >
The capitalization of "onClickTiddlerLink" is incorrect (you have a lower case "c"), and it also needs the event object, passed as an argument... i.e.: onclick="return onClickTiddlerLink(event);" enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios YOUR DONATIONS ARE VERY IMPORTANT! HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"... http://TiddlyTools.github.com/fundraising.html#MakeADonation Professional TiddlyWiki Consulting Services... Analysis, Design, and Custom Solutions: http://www.TiddlyTools.com/#Contact -- 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.

