> Basically what i want to do is use a table or table structure to
> display info but i do not want the lines actually visible when i exit
> the tiddler edit mode.
First, define a custom classname called 'borderless' in your
document's StyleSheet tiddler:
.borderless table, borderless tr, borderless td { border:0; }
Then, assign the borderless classname to the desired table, by adding
an initial row that uses the 'k' suffix, like this:
|borderless|k
Note: the 'borderless' class definition as well as many other
convenient CSS formatting 'shortcuts' can be found here:
http://www.TiddlyTools.com/#StyleSheetShortcuts
To use these shortcut class definitions in your own document, you can
either copy/paste the desired CSS syntax directly into your
StyleSheet; or, you can simply import the entire StyleSheetShortcuts
tiddler into your document, and then just add this line to your
StyleSheet:
[[StyleSheetShortcuts]]
(including the brackets)
enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---