> There is a thread from November 2006 suggesting that something like
> <<option txtUserName "width:10em">> (to control the size of the box)
You should use CSS for this:
{{customInput{<<option txtUserName>>}}}
.customInput input { width: 10em; }
(The second line goes into your StyleSheet shadow tiddler.)
This approach is much more efficient and flexible than making every
single macro understand style definitions.*
-- F.
* http://en.wikipedia.org/wiki/Separation_of_concerns
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---