> > Hello everyone! I'm trying to write my first plugin (a simple progress > bar), and I have little experience with CSS and HTML and almost nothing at > Javascript, but I'm a farily experienced programmer. That's said, here is my > question: > > When I use the wikify() function, it's resulting text will be enclosed in a > span tag, right? There is a way to avoid this? I'm using one div with other > elements inside, and I believe that this external span is ruining the overal > looks of my progress bar :( >
That's correct. You'll have to manually migrate the content nodes from inside the <span> up into the parent node. Can you show the context so that I can advise more specifically? Cheers Jeremy > Best regards. > > -- > *Rafael da Silva Carrasco* > *Mestrando em Ciência da Computação* > *Universidade Federal de Viçosa* > > Facebook <http://www.facebook.com/mestrecarrasco> > LinkedIn<http://br.linkedin.com/in/rafaelcarrascoufv> > > > -- > 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]<tiddlywiki%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/tiddlywiki?hl=en. > -- Jeremy Ruston mailto:[email protected] http://www.tiddlywiki.com -- 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.

