I have some buttons setting a field in a tiddler. The buttons increase and 
decrease "indent_amount". This part works.
How can I use "indent_amount" as part of some CSS?

Doing this:
@@margin-left:{{!!indent_amount}}px;
<$link><$view field=title /></$link>
@@



...makes the computed CSS:
margin-left:{{!!indent_amount}}px;




instead of:
margin-left:40px;



which is what I want. What is the syntax? Or must I do something else?

-Matt

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/25cc2d5e-b067-4dee-9f3d-413a20d4f120%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to