> But, I did notice one thing using it with TW2.4.1; the borders command
> does not seem to be functional at this time.  I simply tried cut/
> pasting a number of the examples from the documentation link and I
> can't get a table without boarders.

Good catch - that was a bug we've fixed now:
      http://devpad.tiddlyspot.com/#MediaWikiTableFormatterPlugin

However, you might still need to remove borders from table rows and 
cells, as those can be styled independently from the table root.
So you might wanna use something like class="foo" and put the following 
into your StyleSheet:
     table.foo,
     table.foo tr,
     table.foo th,
     table.foo td {
         border: none;
     }


-- F.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to