Wednesday, January 14, 2009, 9:00:05 AM, [email protected] wrote: > I'm desperatly trying to indent a table, either by the way of -> or > by the way of a list, but I can't get a correct result. The table is > never indented, and sometimes it is not interpreted as a table (i.e > : the || are printed on the page).
> Is there a way to get it ? > And I've noticed the fact that putting a table after a second level > of list produce the next list bullet to become the same 'design' > than the first level bullet (a 'filled circle', not an 'empty one'), bug or > feature ? ;-) > *list > **list > || border = 1 > ||foo||foo1|| > **list > *list Try adding a margin-left value as style in the table, for instance: *list **list ||style='margin-left:4em' border=1 ||foo||foo1|| **list *list I don't know the answer to the change in second level bullet after the table. ~Hans _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
