Ian,

In some similar work in the mymenus plugin I simply used two list as follows;

Psuedo code

<Table>
Add th here
<$list filter
<tr>
<$list filter
<td><<detailsmacro>><td>
</$list>
</tr>
</$list>
</Table>

Leaving responcibility for table formatting out of a macro allows that macro to 
be used in otherways as a global macro.

And also if you want variables and fields to work inside html tags look at 
evans formula plugin as you can use it to programaticaly alter html tags

Eg

<tr order=(=yourcalc=) >

-- 
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/650621bf-7077-4337-aa5e-63f605ba814a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to